Open
Description
tsconfig.json
or jsconfig.json
:
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*":["src/*"]
}
}
}
see #5118
This will help VSCode and other IDE to resolve path in TypeScript & JavaScript.
tsconfig.json
or jsconfig.json
:
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*":["src/*"]
}
}
}
see #5118
This will help VSCode and other IDE to resolve path in TypeScript & JavaScript.