mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-26 12:25:20 +01:00
15 lines
207 B
JSON
15 lines
207 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": true,
|
|
"module": "es6",
|
|
"target": "ES2016",
|
|
"allowJs": true,
|
|
"sourceMap": true,
|
|
"types": [
|
|
]
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|