grpc-js: enable incremental compiles

This commit enables incremental TypeScript builds.
This commit is contained in:
cjihrig 2019-05-29 15:22:18 -04:00
parent d7c23b066e
commit ea254dfc62
No known key found for this signature in database
GPG Key ID: 7434390BDBE9B9C5
1 changed files with 2 additions and 1 deletions

View File

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