1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-06-27 10:46:02 +02:00
bitwarden-browser/tsconfig.json
2017-11-07 15:38:15 -05:00

15 lines
219 B
JSON

{
"compilerOptions": {
"noImplicitAny": true,
"module": "es6",
"target": "ES2016",
"allowJs": true,
"sourceMap": true
},
"exclude": [
"node_modules",
"dist/**",
"releases/**"
]
}