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,
|
2023-11-13 12:12:29 +00:00
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"useDefineForClassFields": false,
|
2021-08-09 10:00:53 +00:00
|
|
|
"module": "esnext",
|
2020-10-05 12:56:27 +00:00
|
|
|
"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": [
|
2021-07-22 15:24:55 +00:00
|
|
|
"@moodlehq/cordova-plugin-file-transfer",
|
|
|
|
"@moodlehq/cordova-plugin-inappbrowser",
|
2023-07-05 08:43:57 +00:00
|
|
|
"cordova-plugin-moodleapp",
|
2020-10-13 16:49:01 +00:00
|
|
|
"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": {
|
2023-11-13 12:12:29 +00:00
|
|
|
"@addons/*": ["./addons/*"],
|
|
|
|
"@classes/*": ["./core/classes/*"],
|
|
|
|
"@components/*": ["./core/components/*"],
|
|
|
|
"@directives/*": ["./core/directives/*"],
|
|
|
|
"@features/*": ["./core/features/*"],
|
|
|
|
"@guards/*": ["./core/guards/*"],
|
|
|
|
"@pipes/*": ["./core/pipes/*"],
|
|
|
|
"@services/*": ["./core/services/*"],
|
|
|
|
"@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,
|
2023-11-13 12:12:29 +00:00
|
|
|
"enableI18nLegacyMessageIdFormat": false,
|
|
|
|
"strictInjectionParameters": true,
|
|
|
|
"strictInputAccessModifiers": true
|
2020-10-05 12:56:27 +00:00
|
|
|
}
|
2020-10-05 15:24:36 +00:00
|
|
|
}
|