mirror of
https://github.com/bitwarden/browser
synced 2026-02-08 04:33:38 +00:00
6 lines
150 B
JSON
6 lines
150 B
JSON
{
|
|
"extends": "../../tsconfig.base",
|
|
"include": ["src", "spec", "../../libs/common/custom-matchers.d.ts"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|