Skip to content

Commit 7df9286

Browse files
committed
small fix
1 parent 71aae56 commit 7df9286

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"lib": ["ES2020", "DOM", "DOM.Iterable", "ES2023.Array"],
77
"module": "ESNext",
88
"skipLibCheck": true,
9+
// "esModuleInterop": true, only needed for unit tests examples for certain warnings
910

1011
/* Bundler mode */
1112
"moduleResolution": "Bundler",

0 commit comments

Comments
 (0)