initial commit

This commit is contained in:
jae kaplan
2025-10-17 17:02:59 -04:00
commit 732e0c4db6
29 changed files with 4323 additions and 0 deletions

12
tsconfig.json Normal file
View File

@@ -0,0 +1,12 @@
{
"compilerOptions": {
"strict": true,
"jsx": "react-jsx",
"esModuleInterop": true,
"target": "esnext",
"moduleResolution": "node",
"noEmit": true,
"skipLibCheck": true
},
"include": ["./src/**/*"]
}