mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-30 22:41:33 +01:00
11 lines
203 B
JSON
11 lines
203 B
JSON
|
{
|
||
|
"extends": "../../shared/tsconfig",
|
||
|
"compilerOptions": {
|
||
|
"paths": {
|
||
|
"@bitwarden/common/*": ["../../common/src/*"]
|
||
|
}
|
||
|
},
|
||
|
"include": ["src"],
|
||
|
"exclude": ["node_modules", "dist"]
|
||
|
}
|