first push

This commit is contained in:
jason
2026-04-22 15:47:27 -05:00
parent 923ef2ec0e
commit 1552a0ea65
86 changed files with 10066 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "CommonJS",
"moduleResolution": "node",
"outDir": "dist/server",
"lib": ["ES2022"],
"paths": {
"@server/*": ["src/server/*"]
}
},
"include": ["src/server/**/*"],
"exclude": ["node_modules", "dist", "public", "src/client"]
}