Skip to content

Commit

Permalink
fix: correct paths for tsc-alias
Browse files Browse the repository at this point in the history
current paths will resulted in tsc-alias wrongly calculate the path of the aliased imports
  • Loading branch information
moontai0724 committed Oct 9, 2024
1 parent 5e69a5d commit 7c8ba8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

"rootDir": ".",
"paths": {
"@/*": ["../src/*"]
"@/*": ["./*"]
}
},
"include": ["./**/*.ts"],
Expand Down

0 comments on commit 7c8ba8f

Please sign in to comment.