mirror of
https://github.com/bitwarden/browser.git
synced 2025-03-11 13:30:39 +01:00
29 lines
541 B
JSON
29 lines
541 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"noImplicitAny": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"module": "es6",
|
|
"target": "ES2016",
|
|
"allowJs": true,
|
|
"sourceMap": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"jslib-common/*": [
|
|
"jslib/common/src/*"
|
|
],
|
|
"jslib-angular/*": [
|
|
"jslib/angular/src/*"
|
|
]
|
|
}
|
|
},
|
|
"angularCompilerOptions": {
|
|
"preserveWhitespaces": true,
|
|
"enableIvy": false
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|