mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
grpc-js: enable incremental compiles
This commit enables incremental TypeScript builds.
This commit is contained in:
parent
d7c23b066e
commit
ea254dfc62
@ -5,7 +5,8 @@
|
||||
"rootDir": ".",
|
||||
"outDir": "build",
|
||||
"target": "es2017",
|
||||
"module": "commonjs"
|
||||
"module": "commonjs",
|
||||
"incremental": true
|
||||
},
|
||||
"include": [
|
||||
"src/*.ts",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user