mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-28 12:45:45 +01:00
7 lines
128 B
JSON
7 lines
128 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"include": ["src"],
|
||
|
"files": ["./test.setup.ts"],
|
||
|
"exclude": ["node_modules", "dist"]
|
||
|
}
|