Skip to content

Commit

Permalink
fix(build): resolve full paths in js imports (#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc authored Dec 16, 2024
1 parent b0b7589 commit d5df332
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@
"node_modules",
"dist"
],
"types": ["jest"],
"ts-node": {
"transpileOnly": true,
"files": true,
"require": ["tsconfig-paths/register"]
},
"tsc-alias": {
"resolveFullPaths": true,
}
}

0 comments on commit d5df332

Please sign in to comment.