Updated the tsbase config file

canary
WolverinDEV 2020-08-09 11:43:44 +02:00
parent 0fa1d42736
commit d02378c8a8
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
"target": "es6", "target": "es6",
"module": "commonjs", "module": "commonjs",
"sourceMap": true, "sourceMap": true,
"lib": ["es6", "dom"], "lib": ["es6"],
"removeComments": false, "removeComments": false,
}, },
"include": [ "include": [
@ -17,10 +17,10 @@
"webpack/EJSGenerator.ts", "webpack/EJSGenerator.ts",
"webpack/WatLoader.ts", "webpack/WatLoader.ts",
"webpack/DevelBlocks.ts", "webpack/DevelBlocks.ts",
"webpack/EmscriptenLoader.ts",
"loader/IndexGenerator.ts", "loader/IndexGenerator.ts",
"babel.config.ts",,
"file.ts" "file.ts"
], ],
"exclude": [ "exclude": [