mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-05 09:10:53 +01:00
18 lines
399 B
JSON
18 lines
399 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": "./",
|
||
|
"outDir": "dist",
|
||
|
"target": "es6",
|
||
|
"module": "CommonJS",
|
||
|
"moduleResolution": "node",
|
||
|
"sourceMap": false,
|
||
|
"declaration": false,
|
||
|
"paths": {
|
||
|
"@src/*": ["src/*"],
|
||
|
"@bitwarden/node/*": ["../../../libs/node/src/*"],
|
||
|
"@bitwarden/common/*": ["../../../libs/common/src/*"]
|
||
|
}
|
||
|
},
|
||
|
"exclude": ["node_modules"]
|
||
|
}
|