Skip to content

Commit c9e2ef3

Browse files
author
刘欢
committed
fix: tsc error
1 parent 873a4ee commit c9e2ef3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"@/*": ["src/*"],
1212
"@@/*": ["src/.umi/*"],
1313
"@rc-component/slider": ["src/index.tsx"]
14-
}
14+
},
15+
"types": ["minimatch"]
1516
}
1617
}

0 commit comments

Comments
 (0)