2018-06-05 05:10:41 +02:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"experimentalDecorators": true,
|
2018-06-05 15:34:08 +02:00
|
|
|
"module": "commonjs",
|
|
|
|
"target": "es5",
|
2018-09-13 17:57:28 +02:00
|
|
|
"lib": [
|
|
|
|
"es5",
|
|
|
|
"es6",
|
|
|
|
"dom"
|
|
|
|
],
|
2018-06-05 05:10:41 +02:00
|
|
|
"sourceMap": true,
|
|
|
|
"baseUrl": ".",
|
|
|
|
"paths": {
|
2018-10-14 05:26:38 +02:00
|
|
|
"tldjs": [
|
2021-06-07 20:13:58 +02:00
|
|
|
"jslib/common/src/misc/tldjs.noop"
|
2018-10-14 05:26:38 +02:00
|
|
|
],
|
2021-06-07 20:13:58 +02:00
|
|
|
"jslib-common/*": [
|
|
|
|
"jslib/common/src/*"
|
|
|
|
],
|
|
|
|
"jslib-angular/*": [
|
|
|
|
"jslib/angular/src/*"
|
2021-07-21 11:32:27 +02:00
|
|
|
],
|
|
|
|
"src/*": [
|
|
|
|
"src/*"
|
2018-09-13 17:57:28 +02:00
|
|
|
]
|
2018-06-05 05:10:41 +02:00
|
|
|
}
|
|
|
|
},
|
2018-09-13 17:57:28 +02:00
|
|
|
"angularCompilerOptions": {
|
|
|
|
"preserveWhitespaces": true
|
|
|
|
},
|
2021-06-07 20:13:58 +02:00
|
|
|
"files": [
|
|
|
|
"src/app/polyfills.ts",
|
2021-06-16 20:28:05 +02:00
|
|
|
"src/app/main.ts",
|
|
|
|
"bitwarden_license/src/app/main.ts"
|
2021-06-07 20:13:58 +02:00
|
|
|
],
|
2021-05-05 09:46:14 +02:00
|
|
|
"include": [
|
2021-06-07 20:13:58 +02:00
|
|
|
"src/connectors/*.ts",
|
2018-06-05 05:10:41 +02:00
|
|
|
]
|
|
|
|
}
|