bitwarden-estensione-browser/tsconfig.json

13 lines
191 B
JSON
Raw Normal View History

2018-01-04 03:20:58 +01:00
{
"compilerOptions": {
"noImplicitAny": true,
2018-01-06 14:41:20 +01:00
"module": "commonjs",
2018-01-04 03:20:58 +01:00
"target": "ES2016",
2018-01-06 04:46:51 +01:00
"declaration": true,
"outDir": "./dist"
2018-01-04 03:20:58 +01:00
},
2018-01-06 04:46:51 +01:00
"include": [
"src/**/*"
2018-01-04 03:20:58 +01:00
]
}