mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
25 lines
451 B
JSON
25 lines
451 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"noImplicitAny": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"module": "es6",
|
|
"target": "ES2016",
|
|
"allowJs": true,
|
|
"sourceMap": true,
|
|
"types": [],
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"jslib/*": [ "jslib/src/*" ]
|
|
}
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"jslib/node_modules",
|
|
"dist",
|
|
"jslib/dist",
|
|
"build"
|
|
]
|
|
}
|