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

11 lines
223 B
JSON

{
"extends": "../shared/tsconfig",
"compilerOptions": {
"paths": {
"@bitwarden/i18n-abstractions": ["../i18n-abstractions/src"]
}
},
"include": ["src", "spec"],
"exclude": ["node_modules", "dist"]
}