mirror of https://github.com/grpc/grpc-node.git
Target grpc-js build at a higher ES standard
This commit is contained in:
parent
9c16116af0
commit
a235829bc7
|
@ -1,9 +1,11 @@
|
|||
{
|
||||
"extends": "./node_modules/gts/tsconfig-google.json",
|
||||
"compilerOptions": {
|
||||
"lib": ["es2017"],
|
||||
"rootDir": ".",
|
||||
"outDir": "build",
|
||||
"target": "es6"
|
||||
"target": "es2017",
|
||||
"module": "commonjs"
|
||||
},
|
||||
"include": [
|
||||
"src/*.ts",
|
||||
|
|
Loading…
Reference in New Issue