Merge pull request #890 from cjihrig/ts

grpc-js: update typescript and enable incremental builds
This commit is contained in:
Michael Lumish 2019-05-29 13:30:25 -07:00 committed by GitHub
commit 840cea2164
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -22,7 +22,7 @@
"clang-format": "^1.0.55",
"gts": "^1.0.0",
"lodash": "^4.17.4",
"typescript": "~3.4.5"
"typescript": "~3.5.1"
},
"contributors": [
{

View File

@ -5,7 +5,8 @@
"rootDir": ".",
"outDir": "build",
"target": "es2017",
"module": "commonjs"
"module": "commonjs",
"incremental": true
},
"include": [
"src/*.ts",