1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-10 01:28:36 +02:00
bitwarden-browser/tsconfig.json
2017-12-05 23:28:31 -05:00

21 lines
293 B
JSON

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