1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 05:30:01 +00:00
Files
browser/libs/tools/generator/core/tsconfig.json
✨ Audrey ✨ af43ddc109 fix tsconfig
2025-04-07 12:12:20 -04:00

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"]
}