init project

This commit is contained in:
Christoph Brandau
2025-01-07 10:22:59 +01:00
commit 09d1685aa9
15 changed files with 470 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"compilerOptions": {
"target": "es6",
"lib": ["es6"],
"module": "commonjs",
"outDir": "client/out",
"rootDir": "client",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true
},
"exclude": ["node_modules", ".vscode-test"]
}