1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-28 12:09:36 +01:00

34 lines
650 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": {
2018-10-13 22:47:27 -04:00
"tldjs": [
"jslib/common/src/misc/tldjs.noop"
2018-10-13 22:47:27 -04:00
],
"jslib-common/*": [
"jslib/common/src/*"
2018-09-12 13:12:44 -04:00
],
"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
]
}