2020-10-05 12:56:27 +00:00
|
|
|
{
|
|
|
|
"compileOnSave": false,
|
|
|
|
"compilerOptions": {
|
2020-10-05 15:24:36 +00:00
|
|
|
"baseUrl": "src",
|
2020-10-05 12:56:27 +00:00
|
|
|
"outDir": "./dist/out-tsc",
|
|
|
|
"sourceMap": true,
|
|
|
|
"declaration": false,
|
|
|
|
"downlevelIteration": true,
|
|
|
|
"experimentalDecorators": true,
|
2020-10-16 11:08:19 +00:00
|
|
|
"strictNullChecks": true,
|
|
|
|
"strictPropertyInitialization": true,
|
2020-10-05 12:56:27 +00:00
|
|
|
"module": "esnext",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"importHelpers": true,
|
|
|
|
"target": "es2015",
|
2020-10-07 08:51:44 +00:00
|
|
|
"resolveJsonModule": true,
|
|
|
|
"allowSyntheticDefaultImports": true,
|
2020-10-05 12:56:27 +00:00
|
|
|
"lib": [
|
|
|
|
"es2018",
|
|
|
|
"dom"
|
2020-10-05 15:24:36 +00:00
|
|
|
],
|
2020-10-07 08:11:20 +00:00
|
|
|
"types": [
|
2020-10-13 16:49:01 +00:00
|
|
|
"cordova-plugin-file-transfer",
|
|
|
|
"cordova-plugin-inappbrowser",
|
|
|
|
"cordova",
|
2020-10-15 10:11:07 +00:00
|
|
|
"dom-mediacapture-record",
|
2020-10-26 12:20:00 +00:00
|
|
|
"faker",
|
2020-10-07 08:11:20 +00:00
|
|
|
"jest",
|
2020-12-01 17:35:07 +00:00
|
|
|
"node",
|
2021-05-13 09:35:03 +00:00
|
|
|
"resize-observer-browser",
|
2020-12-01 17:35:07 +00:00
|
|
|
"webpack-env"
|
2020-10-07 08:11:20 +00:00
|
|
|
],
|
2020-10-05 15:24:36 +00:00
|
|
|
"paths": {
|
2021-01-12 09:32:39 +00:00
|
|
|
"@addons/*": ["addons/*"],
|
2020-11-19 11:40:18 +00:00
|
|
|
"@classes/*": ["core/classes/*"],
|
|
|
|
"@components/*": ["core/components/*"],
|
|
|
|
"@directives/*": ["core/directives/*"],
|
|
|
|
"@features/*": ["core/features/*"],
|
|
|
|
"@guards/*": ["core/guards/*"],
|
|
|
|
"@pipes/*": ["core/pipes/*"],
|
|
|
|
"@services/*": ["core/services/*"],
|
2020-11-24 08:31:11 +00:00
|
|
|
"@singletons": ["core/singletons/index"],
|
|
|
|
"@singletons/*": ["core/singletons/*"],
|
|
|
|
"@/*": ["*"]
|
2020-10-05 15:24:36 +00:00
|
|
|
}
|
2020-10-05 12:56:27 +00:00
|
|
|
},
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
"fullTemplateTypeCheck": true,
|
|
|
|
"strictInjectionParameters": true
|
|
|
|
}
|
2020-10-05 15:24:36 +00:00
|
|
|
}
|