mirror of https://github.com/grpc/grpc-node.git
grpc-js: Specify 'types' option in tsconfig file
This commit is contained in:
parent
6c17d19834
commit
bbcf471c99
|
@ -6,7 +6,8 @@
|
|||
"target": "es2017",
|
||||
"module": "commonjs",
|
||||
"resolveJsonModule": true,
|
||||
"incremental": true
|
||||
"incremental": true,
|
||||
"types": ["mocha"]
|
||||
},
|
||||
"include": [
|
||||
"src/**/*.ts",
|
||||
|
|
Loading…
Reference in New Issue