Skip to content

Commit 7f8ccac

Browse files
committed
fix bundling
1 parent 17848c0 commit 7f8ccac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cdkConstructs/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"module": "es2020",
44
"target": "es2020",
5-
"moduleResolution": "node",
5+
"moduleResolution": "bundler",
66
"esModuleInterop": true,
77
"allowJs": true,
88
"declaration": true,

0 commit comments

Comments
 (0)