mirror of
https://github.com/heyman/heynote.git
synced 2025-03-09 12:31:40 +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"],
|
||||
"skipLibCheck": true,
|
||||
"noEmit": true,
|
||||
"allowJs": true
|
||||
"allowJs": true,
|
||||
"paths": {
|
||||
"@/*": ["./*"],
|
||||
}
|
||||
},
|
||||
"include": ["src"," shared-utils"],
|
||||
"references": [
|
||||
|
Loading…
Reference in New Issue
Block a user