Skip to content

Commit 8325ec0

Browse files
committed
Add tsconfig to extend, remove overrides from biuld
1 parent 68d6c9c commit 8325ec0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 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 es2022 --declaration false --outDir js-dist"
27+
"build-js-client": "tsc --declaration false --outDir js-dist"
2828
},
2929
"dependencies": {
3030
"@grpc/grpc-js": "^1.12.5",
@@ -36,6 +36,7 @@
3636
"@eslint/eslintrc": "^3.2.0",
3737
"@eslint/js": "^9.17.0",
3838
"@protobuf-ts/plugin": "^2.9.4",
39+
"@tsconfig/node18": "^18.2.4",
3940
"@typescript-eslint/eslint-plugin": "^8.19.0",
4041
"@typescript-eslint/parser": "^8.19.0",
4142
"eslint": "^9.17.0",

0 commit comments

Comments
 (0)