Skip to content

Commit e1ef309

Browse files
committed
chore: rename bundler to Bundler for consistency
While the configuration options are not case-sensitive, it is good to keep the casing consistent. The JSON schema at https://json.schemastore.org/tsconfig uses `Bundler`, so we should use the same casing.
1 parent 6355fab commit e1ef309

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)