Erste Schritte für Server
This commit is contained in:
0
Client/client/main.ts
Normal file
0
Client/client/main.ts
Normal file
13
Client/tsconfig.json
Normal file
13
Client/tsconfig.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"noImplicitAny": false,
|
||||
"noEmitOnError": true,
|
||||
"removeComments": false,
|
||||
"sourceMap": false,
|
||||
"target": "ES5",
|
||||
"outDir": "../html/scripts"
|
||||
},
|
||||
"include": [
|
||||
"client/**/*"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user