mirror of https://github.com/grpc/grpc-node.git
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…
Reference in New Issue