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",
|
"extends": "./node_modules/gts/tsconfig-google.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
|
"lib": ["es2017"],
|
||||||
"rootDir": ".",
|
"rootDir": ".",
|
||||||
"outDir": "build",
|
"outDir": "build",
|
||||||
"target": "es6"
|
"target": "es2017",
|
||||||
|
"module": "commonjs"
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"src/*.ts",
|
"src/*.ts",
|
||||||
|
|
Loading…
Reference in New Issue