monorepo icon indicating copy to clipboard operation
monorepo copied to clipboard

Add typescript to client to satisfy node-ts peer dep

Open interfect opened this issue 6 years ago • 1 comments

This fixes #70 by adding a dependency that will pull in typescript, which node-ts demands as a peer dependency but can't install itself.

The version comes from what node-ts currently requires.

interfect avatar Jan 10 '20 04:01 interfect

This should be closed, ts-node should only be used for development. There's no reason to include it in the actual deps especially when it looks like ts-node isn't even used here. https://github.com/codechecks/monorepo/issues/85

OmgImAlexis avatar Aug 27 '21 22:08 OmgImAlexis