Skip to content

Commit

Permalink
Revert "Fix VSCode intellisense for imports using '@' alias"
Browse files Browse the repository at this point in the history
This reverts commit 3fbb3e3.
  • Loading branch information
heyman authored Jan 6, 2025
1 parent 19e7f8f commit 6cdea8f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
"lib": ["ESNext", "DOM"],
"skipLibCheck": true,
"noEmit": true,
"allowJs": true,
"paths": {
"@/*": ["./*"],
}
"allowJs": true
},
"include": ["src"," shared-utils"],
"references": [
Expand Down

0 comments on commit 6cdea8f

Please sign in to comment.