mirror of
https://github.com/heyman/heynote.git
synced 2025-03-10 04:49:27 +01:00
Fix VSCode intellisense for imports using '@' alias
This commit is contained in:
parent
45b98a2c87
commit
3fbb3e324a
@ -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": [
|
||||||
|
Loading…
Reference in New Issue
Block a user