mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-03 08:49:50 +01:00
24 lines
613 B
JSON
24 lines
613 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"noImplicitAny": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"module": "es6",
|
|
"target": "ES2016",
|
|
"sourceMap": true,
|
|
"types": [],
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"tldjs": ["../../libs/common/src/misc/tldjs.noop"],
|
|
"@bitwarden/common/*": ["../../libs/common/src/*"],
|
|
"@bitwarden/angular/*": ["../../libs/angular/src/*"],
|
|
"@bitwarden/electron/*": ["../../libs/electron/src/*"]
|
|
}
|
|
},
|
|
"angularCompilerOptions": {
|
|
"preserveWhitespaces": true
|
|
},
|
|
"include": ["src"]
|
|
}
|