first runnable

This commit is contained in:
Julian Freeman
2026-02-22 16:30:45 -04:00
commit 5abd514c1d
39 changed files with 8302 additions and 0 deletions

10
tsconfig.node.json Normal file
View File

@@ -0,0 +1,10 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}