Fix VSCode intellisense for imports using '@' alias

This commit is contained in:
Jonatan Heyman 2025-01-06 15:51:19 +01:00
parent 45b98a2c87
commit 3fbb3e324a

View File

@ -12,7 +12,10 @@
"lib": ["ESNext", "DOM"], "lib": ["ESNext", "DOM"],
"skipLibCheck": true, "skipLibCheck": true,
"noEmit": true, "noEmit": true,
"allowJs": true "allowJs": true,
"paths": {
"@/*": ["./*"],
}
}, },
"include": ["src"," shared-utils"], "include": ["src"," shared-utils"],
"references": [ "references": [