1 |
64f28c6d
|
Ondřej Váně
|
{
|
2 |
|
|
"compileOnSave": false,
|
3 |
|
|
"compilerOptions": {
|
4 |
|
|
"baseUrl": "./",
|
5 |
|
|
"outDir": "./dist/out-tsc",
|
6 |
|
|
"sourceMap": true,
|
7 |
|
|
"declaration": false,
|
8 |
|
|
"downlevelIteration": true,
|
9 |
|
|
"experimentalDecorators": true,
|
10 |
|
|
"module": "esnext",
|
11 |
|
|
"moduleResolution": "node",
|
12 |
|
|
"importHelpers": true,
|
13 |
|
|
"target": "es2015",
|
14 |
|
|
"typeRoots": [
|
15 |
|
|
"node_modules/@types"
|
16 |
|
|
],
|
17 |
|
|
"lib": [
|
18 |
|
|
"es2018",
|
19 |
|
|
"dom"
|
20 |
|
|
]
|
21 |
|
|
},
|
22 |
|
|
"angularCompilerOptions": {
|
23 |
|
|
"fullTemplateTypeCheck": true,
|
24 |
|
|
"strictInjectionParameters": true
|
25 |
|
|
}
|
26 |
|
|
}
|