Skip to content

Commit 0f1571f

Browse files
committed
Add path in order to resolve common types
1 parent d0354fe commit 0f1571f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"include": [
3737
"**/docs/types/*.d.ts",
38-
"**/docs/types/test*.ts"
38+
"**/@stdlib/types/*.d.ts"
3939
],
4040
"exclude": [
4141
"/node_modules/"

0 commit comments

Comments
 (0)