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 8e2ddb7 commit c05087cCopy full SHA for c05087c
tsconfig.json
@@ -2,8 +2,8 @@
2
"compilerOptions": {
3
"baseUrl": "lib",
4
"target": "esnext",
5
- "module": "nodenext",
6
- "moduleResolution": "nodenext",
+ "module": "esnext",
+ "moduleResolution": "bundler",
7
"lib": ["esnext"],
8
"esModuleInterop": true,
9
"resolveJsonModule": true,
0 commit comments