2020-01-06 21:50:34 +00:00
|
|
|
{
|
2020-01-07 14:27:10 +00:00
|
|
|
"compileOnSave": false,
|
2020-01-06 21:50:34 +00:00
|
|
|
"compilerOptions": {
|
2020-01-07 14:27:10 +00:00
|
|
|
"baseUrl": "./",
|
2020-01-10 19:15:33 +00:00
|
|
|
"downlevelIteration": true,
|
2020-01-07 14:27:10 +00:00
|
|
|
"outDir": "./dist/out-tsc",
|
|
|
|
"sourceMap": true,
|
|
|
|
"declaration": false,
|
2021-07-26 15:15:54 +00:00
|
|
|
"module": "es2020",
|
2020-01-06 21:50:34 +00:00
|
|
|
"moduleResolution": "node",
|
2020-01-10 19:15:33 +00:00
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
2020-01-07 14:27:10 +00:00
|
|
|
"importHelpers": true,
|
2023-01-19 19:41:20 +00:00
|
|
|
"target": "es2020",
|
2020-01-07 14:27:10 +00:00
|
|
|
"typeRoots": [
|
|
|
|
"node_modules/@types"
|
2020-01-06 21:50:34 +00:00
|
|
|
],
|
|
|
|
"lib": [
|
2020-01-07 14:27:10 +00:00
|
|
|
"es2018",
|
|
|
|
"dom"
|
2020-01-10 19:15:33 +00:00
|
|
|
],
|
2021-08-06 17:52:37 +00:00
|
|
|
"paths": {
|
|
|
|
"@angular/*": [
|
|
|
|
"./node_modules/@angular/*"
|
|
|
|
]
|
|
|
|
},
|
2020-01-10 19:15:33 +00:00
|
|
|
"resolveJsonModule": true,
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"esModuleInterop": true
|
2020-02-25 20:03:22 +00:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"src/main.ts",
|
|
|
|
"src/polyfills.ts"
|
|
|
|
],
|
|
|
|
"include": [
|
|
|
|
"src/**/*.d.ts"
|
|
|
|
]
|
2020-01-06 21:50:34 +00:00
|
|
|
}
|