We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68d6c9c commit 8325ec0Copy full SHA for 8325ec0
1 file changed
package.json
@@ -24,7 +24,7 @@
24
"lint": "./node_modules/.bin/eslint src",
25
"build": "tsc",
26
"prepublish": "yarn build",
27
- "build-js-client": "tsc --target es2022 --declaration false --outDir js-dist"
+ "build-js-client": "tsc --declaration false --outDir js-dist"
28
},
29
"dependencies": {
30
"@grpc/grpc-js": "^1.12.5",
@@ -36,6 +36,7 @@
36
"@eslint/eslintrc": "^3.2.0",
37
"@eslint/js": "^9.17.0",
38
"@protobuf-ts/plugin": "^2.9.4",
39
+ "@tsconfig/node18": "^18.2.4",
40
"@typescript-eslint/eslint-plugin": "^8.19.0",
41
"@typescript-eslint/parser": "^8.19.0",
42
"eslint": "^9.17.0",
0 commit comments