bitwarden-estensione-browser/tsconfig.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"
]
}