dnt
dnt copied to clipboard
Doesn't add @types/ws if webSocket shim is enabled but the `test` option is set to false
~~Can you post reproduction code?~~ Actually, is this during type checking that it fails? (while building?)
I think a simple fix would be to just include @types packages from transformOutput.test.dependencies when type checking: https://github.com/denoland/dnt/blob/07ccc725bab65b21f187c08dfce0abd9d6c743e0/lib/package_json.ts#L66
Yes, it is while building.