We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5154820 commit 34466feCopy full SHA for 34466fe
1 file changed
tsconfig.json
@@ -21,6 +21,8 @@
21
"node_modules",
22
"vitest.config.ts",
23
"**/*.test.ts",
24
- "**/*.spec.ts"
+ "**/*.test.tsx",
25
+ "**/*.spec.ts",
26
+ "**/*.spec.tsx"
27
]
28
}
0 commit comments