mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-03 08:49:50 +01:00
28 lines
517 B
JSON
28 lines
517 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
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|