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.
1 parent b898b1e commit 99292d8Copy full SHA for 99292d8
.config/tsconfig.base.json
@@ -3,7 +3,8 @@
3
"allowSyntheticDefaultImports": true,
4
"esModuleInterop": true,
5
"lib": ["ESNext"],
6
- "module": "esnext",
+ // Use NodeNext module kind when using NodeNext resolution (required by TS)
7
+ "module": "NodeNext",
8
// Use NodeNext for broad compatibility with both TS 4.8 and 5.x
9
// (TS 4.8 does not support "bundler" resolution yet.)
10
"moduleResolution": "nodenext",
0 commit comments