Skip to content

Commit dd6f358

Browse files
committed
docs(website): use bundler module resolution
1 parent 09a8975 commit dd6f358

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"skipLibCheck": true,
1313
"jsx": "preserve",
1414
"noUnusedLocals": true,
15-
"moduleResolution": "node",
15+
"moduleResolution": "bundler",
1616
"resolveJsonModule": true,
1717
"forceConsistentCasingInFileNames": true,
1818
},

0 commit comments

Comments
 (0)