mirror of
https://github.com/bitwarden/browser
synced 2026-01-06 10:33:57 +00:00
7 lines
128 B
JSON
7 lines
128 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["src"],
|
|
"files": ["./test.setup.ts"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|