mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-12 00:41:29 +01:00
8c13ea894b
* add toContainPartialObjects matcher (replacing toIncludeAllPartialMembers from jest-extended) * replace jest-extended matchers with equivalent default matchers
14 lines
439 B
JSON
14 lines
439 B
JSON
{
|
|
"extends": "../shared/tsconfig",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@bitwarden/admin-console/common": ["../admin-console/src/common"],
|
|
"@bitwarden/auth/common": ["../auth/src/common"],
|
|
"@bitwarden/common/*": ["../common/src/*"],
|
|
"@bitwarden/key-management": ["../key-management/src"]
|
|
}
|
|
},
|
|
"include": ["src", "spec", "../../libs/common/custom-matchers.d.ts"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|