mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-06 17:44:11 +00:00
60 lines
1.3 KiB
JSON
60 lines
1.3 KiB
JSON
{
|
|
"compileOnSave": false,
|
|
"buildOnSave": false,
|
|
"atom": {
|
|
"rewriteTsconfig": false
|
|
},
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"outDir": "./dist/out-tsc",
|
|
"declaration": false,
|
|
"emitDecoratorMetadata": true,
|
|
"esModuleInterop": true,
|
|
"experimentalDecorators": true,
|
|
"sourceMap": true,
|
|
"module": "es2020",
|
|
"moduleResolution": "node",
|
|
"noEmitHelpers": true,
|
|
"importHelpers": true,
|
|
"noImplicitAny": false,
|
|
"strictNullChecks": false,
|
|
"skipDefaultLibCheck": true,
|
|
"pretty": true,
|
|
"target": "ES2022",
|
|
"typeRoots": [
|
|
"node_modules/@types",
|
|
"src/typings.d.ts"
|
|
],
|
|
"lib": [
|
|
"dom",
|
|
"dom.iterable",
|
|
"es5",
|
|
"es6",
|
|
"es2015",
|
|
"es2016",
|
|
"es2017",
|
|
"es2018"
|
|
],
|
|
"types": [
|
|
"node",
|
|
"jasmine"
|
|
],
|
|
"useDefineForClassFields": false,
|
|
"useUnknownInCatchVariables": true
|
|
},
|
|
"angularCompilerOptions": {
|
|
"fullTemplateTypeCheck": true,
|
|
"strictInjectionParameters": true,
|
|
"strictInputAccessModifiers": true,
|
|
"extendedDiagnostics": {
|
|
// The categories to use for specific diagnostics.
|
|
"checks": {
|
|
"missingControlFlowDirective": "error"
|
|
},
|
|
}
|
|
},
|
|
"exclude": [
|
|
"cypress.config.ts"
|
|
]
|
|
}
|