Skip to content

Commit

Permalink
add: components to ts-config explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
gmguarino committed Apr 18, 2024
1 parent 1468d81 commit ac48287
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
"~/*": ["./public/*"]
"~/*": ["./public/*"],
"@/components/*": ["./src/components/*"]
},
"incremental": true,
"plugins": [
Expand Down

0 comments on commit ac48287

Please sign in to comment.