Skip to content

Commit 2ca981b

Browse files
committed
Update the updated resolver for compatibility
1 parent f22dd8a commit 2ca981b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/codemirror-lang-kcl/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"lib": ["dom", "dom.iterable", "esnext"],
88
"module": "esnext",
99
"esModuleInterop": true,
10-
"moduleResolution": "node",
10+
"moduleResolution": "bundler",
1111
"forceConsistentCasingInFileNames": true,
1212
"strict": true,
1313
"noImplicitAny": true,

0 commit comments

Comments
 (0)