Files
reallife-gamemode/ReallifeGamemode.Client/tsconfig.json
2019-03-11 16:37:22 +01:00

22 lines
367 B
JSON

{
"compilerOptions": {
"noImplicitAny": false,
"noEmitOnError": true,
"removeComments": false,
"sourceMap": false,
"alwaysStrict": true,
"target": "es6",
"rootDir": "./",
"outDir": "./tmp",
"baseUrl": "./",
"moduleResolution": "node"
},
"include": [
"**/*"
],
"exclude": [
"node_modules",
"wwwroot"
]
}