1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-13 01:58:44 +02:00
bitwarden-browser/tsconfig.json
2018-04-18 12:59:48 -04:00

22 lines
424 B
JSON

{
"compilerOptions": {
"moduleResolution": "node",
"target": "ES6",
"module": "commonjs",
"sourceMap": true,
"declaration": true,
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"declarationDir": "dist/types",
"outDir": "dist",
"typeRoots": [
"node_modules/@types"
]
},
"include": [
"src",
"spec"
]
}