mirror of
https://github.com/bitwarden/browser
synced 2026-02-05 19:23:19 +00:00
* introduce extension service * deprecate legacy forwarder types * eliminate repeat algorithm emissions * extend logging to preference management * align forwarder ids with vendor ids * fix duplicate policy emissions; debugging required logger enhancements ----- Co-authored-by: Daniel James Smith <2670567+djsmith85@users.noreply.github.com>
14 lines
419 B
JSON
14 lines
419 B
JSON
{
|
|
"extends": "../../../shared/tsconfig",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@bitwarden/admin-console/common": ["../../../admin-console/src/common"],
|
|
"@bitwarden/auth/common": ["../../../auth/src/common"],
|
|
"@bitwarden/common/*": ["../../../common/src/*"],
|
|
"@bitwarden/key-management": ["../../../key-management/src"]
|
|
}
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|