mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-02 08:30:14 +01:00
14 lines
200 B
JSON
14 lines
200 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"noImplicitAny": true,
|
||
|
"module": "es6",
|
||
|
"target": "ES2016",
|
||
|
"allowJs": true,
|
||
|
"sourceMap": true
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules",
|
||
|
"dist/**"
|
||
|
]
|
||
|
}
|