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 39c1340 commit de4d89fCopy full SHA for de4d89f
package.json
@@ -49,7 +49,7 @@
49
"scripts": {
50
"build": "npm-run-all clean build:*",
51
"build:bundle": "microbundle -f modern,esm,cjs --no-compress src/{json,msgpack}.ts --generateTypes false",
52
- "build:types": "tsc --emitDeclarationOnly && tsc --noEmit --moduleResolution bundler",
+ "build:types": "tsc --emitDeclarationOnly && tsc --noEmit --moduleResolution bundler --module ESNext",
53
"build:unpkg": "node scripts/generate-unpkg.js",
54
"clean": "rimraf dist",
55
"dev": "npm run build:bundle --watch",
0 commit comments