Update Files
This commit is contained in:
21
Kha/Tools/khamake/tsconfig.json
Normal file
21
Kha/Tools/khamake/tsconfig.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2017",
|
||||
"module": "commonjs",
|
||||
"sourceMap": true,
|
||||
"outDir": "out",
|
||||
"noImplicitAny": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"newLine": "LF",
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"noImplicitReturns": true
|
||||
},
|
||||
"include": [
|
||||
"src/**/*.ts",
|
||||
"node_modules/@types/**/*.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"src/@types/**/*.ts"
|
||||
],
|
||||
"compileOnSave": true
|
||||
}
|
Reference in New Issue
Block a user