1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-19 02:44:01 +00:00
Files
browser/libs/key-management/tsconfig.json
2024-11-20 10:18:20 +00:00

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/*"]
}
}