Changed whole project structure (split client and server into separat projects)
This commit is contained in:
18
ReallifeGamemode.Client/tsconfig.json
Normal file
18
ReallifeGamemode.Client/tsconfig.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"noImplicitAny": false,
|
||||
"noEmitOnError": true,
|
||||
"removeComments": false,
|
||||
"sourceMap": false,
|
||||
"alwaysStrict": true,
|
||||
"target": "es6",
|
||||
"rootDir": "./"
|
||||
},
|
||||
"include": [
|
||||
"**/*"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"wwwroot"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user