mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-05 09:10:53 +01:00
21 lines
298 B
JSON
21 lines
298 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": true,
|
|
"module": "commonjs",
|
|
"target": "ES2016",
|
|
"allowJs": true,
|
|
"sourceMap": true,
|
|
"types": [
|
|
"jasmine"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist",
|
|
"build",
|
|
"coverage",
|
|
"store",
|
|
"src/edge"
|
|
]
|
|
}
|