mirror of
https://github.com/brian8544/turtle-wow.git
synced 2024-12-29 02:44:34 +00:00
35 lines
873 B
JSON
35 lines
873 B
JSON
|
{
|
||
|
"compileOnSave": false,
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": "./",
|
||
|
"outDir": "./dist/out-tsc",
|
||
|
"sourceMap": false,
|
||
|
"declaration": false,
|
||
|
"downlevelIteration": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"module": "es2020",
|
||
|
"moduleResolution": "node",
|
||
|
"importHelpers": true,
|
||
|
"target": "es2015",
|
||
|
"alwaysStrict": true,
|
||
|
"removeComments": true,
|
||
|
"typeRoots": [
|
||
|
"node_modules/@types"
|
||
|
],
|
||
|
"lib": [
|
||
|
"es2018",
|
||
|
"dom"
|
||
|
]
|
||
|
},
|
||
|
"angularCompilerOptions": {
|
||
|
"fullTemplateTypeCheck": true,
|
||
|
"strictInjectionParameters": true,
|
||
|
"enableIvy": true
|
||
|
},
|
||
|
"exclude": [
|
||
|
"src/environments/environment_template.ts",
|
||
|
"src/index_template.html",
|
||
|
"src/manifest_template.json"
|
||
|
]
|
||
|
}
|