Skip to content

Commit

Permalink
Restore jsconfig.json and add vite-jsconfig-paths plugin
Browse files Browse the repository at this point in the history
jsconfig.json was loaded by editors such as vscode so their LSP could resolve aliases
  • Loading branch information
NextFire committed Feb 25, 2024
1 parent badd570 commit 6962da1
Show file tree
Hide file tree
Showing 4 changed files with 528 additions and 12 deletions.
6 changes: 6 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"compilerOptions": {
"baseUrl": "src"
},
"include": ["src"]
}

0 comments on commit 6962da1

Please sign in to comment.