Skip to content

Commit de4d89f

Browse files
committed
fix build
1 parent 39c1340 commit de4d89f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"scripts": {
5050
"build": "npm-run-all clean build:*",
5151
"build:bundle": "microbundle -f modern,esm,cjs --no-compress src/{json,msgpack}.ts --generateTypes false",
52-
"build:types": "tsc --emitDeclarationOnly && tsc --noEmit --moduleResolution bundler",
52+
"build:types": "tsc --emitDeclarationOnly && tsc --noEmit --moduleResolution bundler --module ESNext",
5353
"build:unpkg": "node scripts/generate-unpkg.js",
5454
"clean": "rimraf dist",
5555
"dev": "npm run build:bundle --watch",

0 commit comments

Comments
 (0)