grpc-js: Specify 'types' option in tsconfig file

This commit is contained in:
Michael Lumish 2022-05-23 16:30:18 -07:00
parent 6c17d19834
commit bbcf471c99
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@
"target": "es2017",
"module": "commonjs",
"resolveJsonModule": true,
"incremental": true
"incremental": true,
"types": ["mocha"]
},
"include": [
"src/**/*.ts",