1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-05 12:04:54 +02:00
bitwarden-browser/tsconfig.json
2017-11-22 21:22:40 -05:00

20 lines
277 B
JSON

{
"compilerOptions": {
"noImplicitAny": true,
"module": "es6",
"target": "ES2016",
"allowJs": true,
"sourceMap": true,
"types": [
"jasmine"
]
},
"exclude": [
"node_modules",
"dist",
"build",
"coverage",
"store"
]
}