1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-02 04:48:57 +02:00
bitwarden-browser/tsconfig.json
2018-01-05 22:46:51 -05:00

13 lines
186 B
JSON

{
"compilerOptions": {
"noImplicitAny": true,
"module": "es6",
"target": "ES2016",
"declaration": true,
"outDir": "./dist"
},
"include": [
"src/**/*"
]
}