ws-gregm

Results 2 comments of ws-gregm

I'm just running tsc. Here is what my tsconfig.json looks like... ``` $ cat tsconfig.json { "extends": "../tsconfig.json", "compilerOptions": { "rootDir": "./src", "outDir": "./dist", "types": ["node", "@types/long"] }, "exclude": ["node_modules",...

@stephenh Any idea here? Otherwise, I might resort to outputServices=grpc-js which works as intended but then, I would have to change a bunch of code to match the different casing...