bitwarden-estensione-browser/tsconfig.json

15 lines
207 B
JSON
Raw Normal View History

2018-01-04 03:20:58 +01:00
{
"compilerOptions": {
"noImplicitAny": true,
"module": "es6",
"target": "ES2016",
"allowJs": true,
"sourceMap": true,
"types": [
]
},
"exclude": [
"node_modules"
]
}