Skip to content

Commit

Permalink
feat: add jsconfig.json for base template (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
GraxMonzo authored Nov 10, 2023
1 parent 57fef55 commit 0f73c9b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions template/base/jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}

0 comments on commit 0f73c9b

Please sign in to comment.