mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-05 09:10:53 +01:00
22 lines
477 B
JSON
22 lines
477 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"]
|
|
}
|