Skip to content

Commit

Permalink
chore: rename bundler to Bundler for consistency
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
haoqunjiang committed Nov 10, 2024
1 parent 6355fab commit e1ef309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

// We expect users to use bundlers.
// So here we enable some resolution features that are only available in bundlers.
"moduleResolution": "bundler",
"moduleResolution": "Bundler",
"resolveJsonModule": true,
"allowImportingTsExtensions": true,
// Even files without `import` or `export` are treated as modules.
Expand Down

0 comments on commit e1ef309

Please sign in to comment.