2018-01-16 20:48:34 +01:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"noImplicitAny": true,
|
2018-01-23 05:37:36 +01:00
|
|
|
"emitDecoratorMetadata": true,
|
2018-01-16 20:48:34 +01:00
|
|
|
"experimentalDecorators": true,
|
2022-10-27 23:38:54 +02:00
|
|
|
"module": "ES2020",
|
2018-01-16 20:48:34 +01:00
|
|
|
"target": "ES2016",
|
|
|
|
"sourceMap": true,
|
2021-04-23 10:45:30 +02:00
|
|
|
"types": [],
|
2018-01-16 20:48:34 +01:00
|
|
|
"baseUrl": ".",
|
|
|
|
"paths": {
|
2023-12-15 15:02:21 +01:00
|
|
|
"@bitwarden/admin-console": ["../../libs/admin-console/src"],
|
2023-04-19 11:30:46 +02:00
|
|
|
"@bitwarden/angular/*": ["../../libs/angular/src/*"],
|
2023-08-08 15:37:25 +02:00
|
|
|
"@bitwarden/auth": ["../../libs/auth/src"],
|
2023-12-15 15:02:21 +01:00
|
|
|
"@bitwarden/billing": ["../../libs/billing/src"],
|
2023-07-14 21:03:42 +02:00
|
|
|
"@bitwarden/common/*": ["../../libs/common/src/*"],
|
|
|
|
"@bitwarden/components": ["../../libs/components/src"],
|
2023-08-22 16:02:48 +02:00
|
|
|
"@bitwarden/exporter/*": ["../../libs/exporter/src/*"],
|
2023-10-19 11:17:23 +02:00
|
|
|
"@bitwarden/importer/core": ["../../libs/importer/src"],
|
|
|
|
"@bitwarden/importer/ui": ["../../libs/importer/src/components"],
|
2023-11-27 21:59:44 +01:00
|
|
|
"@bitwarden/node/*": ["../../libs/node/src/*"],
|
2023-12-15 15:02:21 +01:00
|
|
|
"@bitwarden/platform": ["../../libs/platform/src"],
|
2023-08-22 16:02:48 +02:00
|
|
|
"@bitwarden/vault": ["../../libs/vault/src"]
|
2023-03-22 18:26:04 +01:00
|
|
|
},
|
|
|
|
"useDefineForClassFields": false
|
2018-01-16 20:48:34 +01:00
|
|
|
},
|
2018-09-13 18:04:04 +02:00
|
|
|
"angularCompilerOptions": {
|
2022-11-28 18:59:46 +01:00
|
|
|
"strictTemplates": true,
|
2018-09-13 18:04:04 +02:00
|
|
|
"preserveWhitespaces": true
|
|
|
|
},
|
2023-06-06 22:34:53 +02:00
|
|
|
"include": ["src", "../../libs/common/src/platform/services/**/*.worker.ts"]
|
2018-01-16 20:48:34 +01:00
|
|
|
}
|