Skip to content

Commit

Permalink
Merge pull request #3 from moontaiworks/fix/tsc-alias-replacement
Browse files Browse the repository at this point in the history
fix: correct paths for tsc-alias
  • Loading branch information
moontai0724 authored Oct 9, 2024
2 parents 5e69a5d + 7c8ba8f commit 2f936ec
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 2f936ec

Please sign in to comment.