Skip to content

Commit 7bd524d

Browse files
committed
chore(ui): fix tsconfig module resolution
1 parent 1434d99 commit 7bd524d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/ui/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"target": "ES6",
1313
"resolveJsonModule": true,
1414
"noEmit": true,
15-
"moduleResolution": "node",
15+
"moduleResolution": "bundler",
1616
"allowSyntheticDefaultImports": true,
1717
}
18-
}
18+
}

0 commit comments

Comments
 (0)