Skip to content

Commit 1041f37

Browse files
committed
Add definition type in tsconfig test
1 parent 7232e65 commit 1041f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/tsconfig.test.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"extends": "./tsconfig.json",
33
"exclude": ["node_modules", "_jest"],
4-
"include": ["**/*.stories.tsx", "**/*.test.tsx"]
4+
"include": ["**/*.stories.tsx", "**/*.test.tsx", "**/*.d.ts"]
55
}

0 commit comments

Comments
 (0)