Skip to content

Commit 25fb3b8

Browse files
committed
chore: fix types
1 parent ab58397 commit 25fb3b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"allowJs": true,
1010
"esModuleInterop": true,
1111
"resolveJsonModule": true,
12-
"moduleResolution": "Node",
12+
"moduleResolution": "bundler",
1313
"skipLibCheck": true,
1414
"noUnusedLocals": true,
1515
"jsx": "preserve",

0 commit comments

Comments
 (0)