Erste Schritte für Server

This commit is contained in:
2024-01-27 10:31:46 +01:00
parent 6bb99d58b6
commit 271c75c2e8
16 changed files with 242 additions and 0 deletions

0
Client/client/main.ts Normal file
View File

13
Client/tsconfig.json Normal file
View File

@@ -0,0 +1,13 @@
{
"compilerOptions": {
"noImplicitAny": false,
"noEmitOnError": true,
"removeComments": false,
"sourceMap": false,
"target": "ES5",
"outDir": "../html/scripts"
},
"include": [
"client/**/*"
]
}