We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bundler
moduleResolution
1 parent 29acc1a commit 1a34344Copy full SHA for 1a34344
tsconfig.json
@@ -13,7 +13,7 @@
13
14
// We expect users to use bundlers.
15
// So here we enable some resolution features that are only available in bundlers.
16
- "moduleResolution": "Bundler",
+ "moduleResolution": "bundler",
17
"resolveJsonModule": true,
18
"allowImportingTsExtensions": true,
19
// Even files without `import` or `export` are treated as modules.
0 commit comments