mirror of https://github.com/grpc/grpc-node.git
Merge pull request #890 from cjihrig/ts
grpc-js: update typescript and enable incremental builds
This commit is contained in:
commit
840cea2164
|
|
@ -22,7 +22,7 @@
|
||||||
"clang-format": "^1.0.55",
|
"clang-format": "^1.0.55",
|
||||||
"gts": "^1.0.0",
|
"gts": "^1.0.0",
|
||||||
"lodash": "^4.17.4",
|
"lodash": "^4.17.4",
|
||||||
"typescript": "~3.4.5"
|
"typescript": "~3.5.1"
|
||||||
},
|
},
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,8 @@
|
||||||
"rootDir": ".",
|
"rootDir": ".",
|
||||||
"outDir": "build",
|
"outDir": "build",
|
||||||
"target": "es2017",
|
"target": "es2017",
|
||||||
"module": "commonjs"
|
"module": "commonjs",
|
||||||
|
"incremental": true
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"src/*.ts",
|
"src/*.ts",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue