mirror of
https://github.com/bitwarden/desktop.git
synced 2024-10-31 08:10:29 +01:00
24 lines
578 B
JSON
24 lines
578 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"noImplicitAny": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"module": "es6",
|
|
"target": "ES2016",
|
|
"sourceMap": true,
|
|
"types": [],
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"tldjs": ["jslib/common/src/misc/tldjs.noop"],
|
|
"jslib-common/*": ["jslib/common/src/*"],
|
|
"jslib-angular/*": ["jslib/angular/src/*"],
|
|
"jslib-electron/*": ["jslib/electron/src/*"]
|
|
}
|
|
},
|
|
"angularCompilerOptions": {
|
|
"preserveWhitespaces": true
|
|
},
|
|
"include": ["src"]
|
|
}
|