We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 873a4ee commit c9e2ef3Copy full SHA for c9e2ef3
tsconfig.json
@@ -11,6 +11,7 @@
11
"@/*": ["src/*"],
12
"@@/*": ["src/.umi/*"],
13
"@rc-component/slider": ["src/index.tsx"]
14
- }
+ },
15
+ "types": ["minimatch"]
16
}
17
0 commit comments