23 lines
635 B
JSON
23 lines
635 B
JSON
{
|
|
"//There are some settings in the TS Project References that angular can't run on.": "",
|
|
"//Therefore we do not extend the root": "",
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"moduleResolution": "bundler",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"importHelpers": true,
|
|
"target": "es2015",
|
|
"module": "esnext",
|
|
"lib": ["es2020", "dom"],
|
|
"skipLibCheck": true,
|
|
"skipDefaultLibCheck": true,
|
|
"strict": false,
|
|
"noUncheckedSideEffectImports": false
|
|
},
|
|
"exclude": ["node_modules", "tmp"]
|
|
}
|