Skip to content

Commit 003e37a

Browse files
authored
Merge pull request #11 from react-component/PeachScript-patch-1
chore: make dumi types can be resolved
2 parents 88670e8 + af7f7a0 commit 003e37a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tsconfig.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@
1212
"src/*"
1313
],
1414
"@@/*": [
15-
"src/.umi/*"
15+
".dumi/tmp/*"
1616
],
1717
"@rc-component/context": [
1818
"src/index.ts"
1919
]
2020
}
21-
}
22-
}
21+
},
22+
"include": [".dumi/**/*", ".dumirc.ts", "**/*.ts", "**/*.tsx"]
23+
}

0 commit comments

Comments
 (0)