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 9eae773 commit 5eb1936Copy full SHA for 5eb1936
tsconfig.json
@@ -1,8 +1,8 @@
1
{
2
"compilerOptions": {
3
"target": "ESNext",
4
- "module": "NodeNext",
5
- "moduleResolution": "NodeNext",
+ "module": "ESNext",
+ "moduleResolution": "bundler",
6
"strict": true,
7
"declaration": true,
8
"outDir": "./dist/esm",
0 commit comments