Skip to content

Commit e4fda5a

Browse files
authored
chore: make dumi types can be resolved
1 parent db46622 commit e4fda5a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tsconfig.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@
1515
"types": ["jest", "node"],
1616
"paths": {
1717
"@/*": ["src/*"],
18-
"@@/*": ["src/.umi/*"],
18+
"@@/*": [".dumi/tmp/*"],
1919
"rc-segmented": ["src/index.tsx"]
2020
}
2121
},
22-
"include": ["src", "tests", "docs/examples"],
23-
"exclude": [".umi*"]
22+
"include": [".dumi/**/*", ".dumirc.ts", "src", "tests", "docs/examples"],
2423
}

0 commit comments

Comments
 (0)