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,
|
|
|
|
"module": "es6",
|
|
|
|
"target": "ES2016",
|
|
|
|
"sourceMap": true,
|
2021-04-23 10:45:30 +02:00
|
|
|
"types": [],
|
2018-01-16 20:48:34 +01:00
|
|
|
"baseUrl": ".",
|
|
|
|
"paths": {
|
2022-06-03 18:01:07 +02:00
|
|
|
"tldjs": ["../../libs/common/src/misc/tldjs.noop"],
|
2022-06-14 17:10:53 +02:00
|
|
|
"@bitwarden/common/*": ["../../libs/common/src/*"],
|
|
|
|
"@bitwarden/angular/*": ["../../libs/angular/src/*"],
|
|
|
|
"@bitwarden/electron/*": ["../../libs/electron/src/*"]
|
2018-01-16 20:48:34 +01:00
|
|
|
}
|
|
|
|
},
|
2018-09-13 18:04:04 +02:00
|
|
|
"angularCompilerOptions": {
|
|
|
|
"preserveWhitespaces": true
|
|
|
|
},
|
2021-12-20 15:47:17 +01:00
|
|
|
"include": ["src"]
|
2018-01-16 20:48:34 +01:00
|
|
|
}
|