1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-28 03:59:50 +01:00

23 lines
431 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",
"allowJs": true,
"sourceMap": true,
"types": [],
"baseUrl": ".",
"paths": {
"jslib/*": [ "node_modules/@bitwarden/jslib/src/*" ]
}
},
"exclude": [
"node_modules",
"dist",
"build"
]
}