1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-19 02:51:14 +02:00
bitwarden-browser/tsconfig.json
2018-01-06 09:07:33 -05:00

21 lines
298 B
JSON

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