1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 13:10:17 +00:00
Files
browser/libs/auth-functions/tsconfig.json
addisonbeck 7337b8c6e5 .
2025-05-17 19:07:08 -04:00

12 lines
238 B
JSON

{
"extends": "../shared/tsconfig",
"compilerOptions": {
"resolveJsonModule": true,
"paths": {
"@bitwarden/ui-common": ["../ui/common/src"]
}
},
"include": ["src", "spec"],
"exclude": ["node_modules", "dist"]
}