We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7232e65 commit 1041f37Copy full SHA for 1041f37
site/tsconfig.test.json
@@ -1,5 +1,5 @@
1
{
2
"extends": "./tsconfig.json",
3
"exclude": ["node_modules", "_jest"],
4
- "include": ["**/*.stories.tsx", "**/*.test.tsx"]
+ "include": ["**/*.stories.tsx", "**/*.test.tsx", "**/*.d.ts"]
5
}
0 commit comments