rsbuild+svelte+js vscode cannot jump normally #1110
-
Beta Was this translation helpful? Give feedback.
Answered by
chenjiahan
Dec 29, 2023
Replies: 1 comment 1 reply
-
You can configure aliases through the paths configuration in tsconfig.json, which is the recommended approach in TypeScript projects as it also resolves the TS type issues related to path aliases. See: https://rsbuild.dev/guide/advanced/alias#using-tsconfigjsons-paths-configuration |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Liu7i-67
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can configure aliases through the paths configuration in tsconfig.json, which is the recommended approach in TypeScript projects as it also resolves the TS type issues related to path aliases.
See: https://rsbuild.dev/guide/advanced/alias#using-tsconfigjsons-paths-configuration