Skip to content

Commit bbbe505

Browse files
committed
Use different target
1 parent c5c8921 commit bbbe505

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"lint": "./node_modules/.bin/eslint src",
2525
"build": "tsc",
2626
"prepublish": "yarn build",
27-
"build-js-client": "tsc --target es2018 --declaration false --outDir js-dist"
27+
"build-js-client": "tsc --target es2022 --declaration false --outDir js-dist"
2828
},
2929
"dependencies": {
3030
"@grpc/grpc-js": "^1.12.5",

0 commit comments

Comments
 (0)