mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
39 lines
865 B
JSON
39 lines
865 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"declaration": false,
|
|
"removeComments": false,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"allowUnreachableCode": false,
|
|
"allowUnusedLabels": false,
|
|
"noEmitHelpers": true,
|
|
"noImplicitAny": false,
|
|
"noImplicitReturns": false,
|
|
"noImplicitUseStrict": false,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"pretty": true,
|
|
"outDir": "dist",
|
|
"sourceMap": true,
|
|
"sourceRoot": "src",
|
|
"typeRoots": [
|
|
"node_modules/@types"
|
|
],
|
|
"lib": ["es6", "dom"]
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"angularCompilerOptions": {
|
|
"debug": false
|
|
},
|
|
"compileOnSave": false,
|
|
"buildOnSave": false,
|
|
"atom": {
|
|
"rewriteTsconfig": false
|
|
}
|
|
}
|