1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-29 20:50:58 +01:00

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
578 B
JSON
Raw Normal View History

2018-01-16 14:48:34 -05:00
{
"compilerOptions": {
"moduleResolution": "node",
"noImplicitAny": true,
2018-01-22 23:37:36 -05:00
"emitDecoratorMetadata": true,
2018-01-16 14:48:34 -05:00
"experimentalDecorators": true,
"module": "es6",
"target": "ES2016",
"sourceMap": true,
"types": [],
2018-01-16 14:48:34 -05:00
"baseUrl": ".",
"paths": {
"tldjs": ["jslib/common/src/misc/tldjs.noop"],
"jslib-common/*": ["jslib/common/src/*"],
"jslib-angular/*": ["jslib/angular/src/*"],
"jslib-electron/*": ["jslib/electron/src/*"]
2018-01-16 14:48:34 -05:00
}
},
2018-09-13 12:04:04 -04:00
"angularCompilerOptions": {
"preserveWhitespaces": true
},
"include": ["src"]
2018-01-16 14:48:34 -05:00
}