Typescript for the the module mockserver-node, in order to launch mockserver server using TS in strict mode.
I just tried to compile and run mockserver-node with TS in strict mode ( Compiler options : strict : true), and it is not so easy , especially when using cucumber that doesn't take account of added customized types.
The better way should be to have the TS types embedded into module, as the mockserver-client has.
Alternative, should be to have @types mockserver-node available...
Another alternative, to have the mockserver-node included into mockserver- client ( as java version is made ) as this last is typescript ready.
Typescript for the the module mockserver-node, in order to launch mockserver server using TS in strict mode.
I just tried to compile and run mockserver-node with TS in strict mode ( Compiler options : strict : true), and it is not so easy , especially when using cucumber that doesn't take account of added customized types.
The better way should be to have the TS types embedded into module, as the mockserver-client has.
Alternative, should be to have @types mockserver-node available... Another alternative, to have the mockserver-node included into mockserver- client ( as java version is made ) as this last is typescript ready.