Replies: 1 comment 3 replies
-
Have you included these dts files in your tsconfig.json? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
when i use @rsbuild/plugin-type-check and change d.ts, the plugin not work
plugins: [ pluginTypeCheck({ forkTsCheckerOptions: { typescript: { mode: 'readonly', memoryLimit: 4096, }, }, }), pluginBabel({ include: /\.(?:jsx|tsx)$/, }), pluginVue(), pluginVueJsx(), pluginSass(), ],
Beta Was this translation helpful? Give feedback.
All reactions