Skip to content

Commit

Permalink
Merge pull request #14 from philbates35/ts-set-@-paths
Browse files Browse the repository at this point in the history
TS: Allow absolute imports via @/*
  • Loading branch information
philbates35 authored Jan 26, 2024
2 parents dc0111d + 64ee205 commit 848d56d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
"isolatedModules": true,
"noEmit": true,

/* Absolute imports */
"paths": {
"@/*": ["./resources/js/*"],
},

/* Linting */
"strict": true,
"noUnusedLocals": true,
Expand Down

0 comments on commit 848d56d

Please sign in to comment.