1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-06 10:33:57 +00:00
Files
browser/libs/tools/send/send-ui/tsconfig.spec.json
2024-07-17 10:57:13 -07:00

7 lines
128 B
JSON

{
"extends": "./tsconfig.json",
"include": ["src"],
"files": ["./test.setup.ts"],
"exclude": ["node_modules", "dist"]
}