mirror of
https://github.com/bitwarden/browser
synced 2026-02-09 13:10:17 +00:00
11 lines
223 B
JSON
11 lines
223 B
JSON
{
|
|
"extends": "../shared/tsconfig",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@bitwarden/i18n-abstractions": ["../i18n-abstractions/src"]
|
|
}
|
|
},
|
|
"include": ["src", "spec"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|