Skip to content

Commit 23b6ea6

Browse files
committed
Fix build paths
1 parent e10a19d commit 23b6ea6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tsconfig.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
"resolveJsonModule": true,
2626

2727
"plugins": [
28+
{
29+
"transform": "typescript-transform-paths",
30+
"exclude": ["**/node_modules/**"]
31+
},
2832
{
2933
"transform": "typescript-transform-paths",
3034
"exclude": ["**/node_modules/**"],

0 commit comments

Comments
 (0)