Skip to content

Commit

Permalink
feat: configured paths tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
tw1ttt3r committed Aug 3, 2022
1 parent 6fbc0ed commit 65bdef5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"incremental": true
"incremental": true,
"baseUrl": ".",
"paths": {
"@/": ["/*"],
"@/components/*": ["components/*"],
"@/types/*": ["types/*"],
},
},
"include": [
"next-env.d.ts",
Expand Down

0 comments on commit 65bdef5

Please sign in to comment.