mirror of
https://github.com/bitwarden/browser
synced 2026-02-19 02:44:01 +00:00
18 lines
359 B
JSON
18 lines
359 B
JSON
{
|
|
"extends": "../shared/tsconfig.libs",
|
|
"include": ["src", "spec"],
|
|
"exclude": ["node_modules", "dist"],
|
|
"compilerOptions": {
|
|
"plugins": [
|
|
{
|
|
"name": "typescript-strict-plugin",
|
|
"paths": ["./src"],
|
|
"excludePattern": ["**/*.spec.ts"]
|
|
}
|
|
]
|
|
},
|
|
"paths": {
|
|
"@bitwarden/common/*": ["../common/src/*"]
|
|
}
|
|
}
|