2020-08-05 15:39:16 +01:00
|
|
|
{
|
|
|
|
|
"compileOnSave": false,
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"baseUrl": "./",
|
|
|
|
|
"outDir": "./dist/out-tsc",
|
|
|
|
|
"sourceMap": true,
|
|
|
|
|
"declaration": false,
|
|
|
|
|
"downlevelIteration": true,
|
|
|
|
|
"experimentalDecorators": true,
|
2021-02-23 15:35:49 +01:00
|
|
|
"module": "es2020",
|
2020-08-05 15:39:16 +01:00
|
|
|
"moduleResolution": "node",
|
|
|
|
|
"importHelpers": true,
|
|
|
|
|
"target": "es2015",
|
|
|
|
|
"lib": [
|
|
|
|
|
"es2018",
|
|
|
|
|
"dom"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
|
"fullTemplateTypeCheck": true,
|
|
|
|
|
"strictInjectionParameters": true
|
2021-07-08 15:54:03 +01:00
|
|
|
},
|
|
|
|
|
"include": [
|
|
|
|
|
"src/app/home/home.page.ts",
|
|
|
|
|
"src/app/services/notifications.service.ts"
|
|
|
|
|
]
|
2020-08-05 15:39:16 +01:00
|
|
|
}
|