Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Commit 9fe9998

Browse files
authored
chore: make dumi types can be resolved (#289)
* chore: make dumi types can be resolved * chore: update tsconfig include
1 parent 3da0ee2 commit 9fe9998

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-align": [
1818
"src/index.ts"
1919
]
2020
}
21-
}
22-
}
21+
},
22+
"include": [".dumi/**/*", ".dumirc.ts", "**/*.ts", "**/*.tsx"]
23+
}

0 commit comments

Comments
 (0)