mirror of
https://github.com/bitwarden/browser
synced 2026-02-18 10:23:52 +00:00
11 lines
189 B
JSON
11 lines
189 B
JSON
{
|
|
"extends": "../shared/tsconfig",
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true,
|
|
"paths": {
|
|
"@bitwarden/common/*": ["../common/src/*"]
|
|
}
|
|
}
|
|
}
|