Skip to content

Commit 1a34344

Browse files
committed
chore: use lowercase bundler for moduleResolution
Closes #33
1 parent 29acc1a commit 1a34344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
// We expect users to use bundlers.
1515
// So here we enable some resolution features that are only available in bundlers.
16-
"moduleResolution": "Bundler",
16+
"moduleResolution": "bundler",
1717
"resolveJsonModule": true,
1818
"allowImportingTsExtensions": true,
1919
// Even files without `import` or `export` are treated as modules.

0 commit comments

Comments
 (0)