Skip to content

Commit d933c50

Browse files
authored
chore: make dumi types can be resolved
1 parent 88670e8 commit d933c50

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", "src/**/*"]
23+
}

0 commit comments

Comments
 (0)