`tsconfig.json` or `jsconfig.json`: ```js { "compilerOptions": { "baseUrl": ".", "paths": { "@/*":["src/*"] } } } ``` see https://github.com/facebook/create-react-app/issues/5118 This will help VSCode and other IDE to resolve path in TypeScript & JavaScript.
tsconfig.jsonorjsconfig.json:see #5118
This will help VSCode and other IDE to resolve path in TypeScript & JavaScript.