Skip to content

Commit

Permalink
feat: added path aliases (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zain-ul-din committed Apr 27, 2024
1 parent 2945122 commit 48f0cf5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
"allowSyntheticDefaultImports": true,
"strict": true,
"skipLibCheck": true,
"resolveJsonModule": true
"resolveJsonModule": true,
"paths": {
"#/*": ["./src/*"]
}
},
"include": ["./src/**/*.ts"]
}
Expand Down

0 comments on commit 48f0cf5

Please sign in to comment.