Skip to content

Commit 9d462a0

Browse files
committed
fix: reset tsconfig include paths for .dumi directory
1 parent 1545c74 commit 9d462a0

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
@@ -13,5 +13,5 @@
1313
"@rc-component/drawer": ["src/index.ts"]
1414
}
1515
},
16-
"include": [".dumirc.ts", "**/*.ts", "**/*.tsx"]
16+
"include": [".dumi/**/*", ".dumirc.ts", "**/*.ts", "**/*.tsx"]
1717
}

0 commit comments

Comments
 (0)