Skip to content

Commit

Permalink
chore: add absolute public import
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSuperDev authored and theodorusclarence committed Jan 7, 2022
1 parent 941c488 commit c3247a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"baseUrl": "./src",
"baseUrl": ".",
"paths": {
"@/*": ["*"]
"@/*": ["./src/*"],
"~/*": ["./public/*"]
},
"incremental": true
},
Expand Down

0 comments on commit c3247a3

Please sign in to comment.