1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-18 10:23:52 +00:00
Files
browser/libs/test-helpers/tsconfig.json
2025-02-19 11:02:09 -08:00

11 lines
189 B
JSON

{
"extends": "../shared/tsconfig",
"include": ["src"],
"compilerOptions": {
"resolveJsonModule": true,
"paths": {
"@bitwarden/common/*": ["../common/src/*"]
}
}
}