piotrwitek / ts-mocha

Mocha thin wrapper that allows running TypeScript tests with TypeScript runtime (ts-node) to get rid of compilation complexity
MIT License
190 stars 25 forks source link

Add --type-check option to enable type checking in ts-node #67

Closed bvanreeven closed 2 years ago

bvanreeven commented 2 years ago

PR to fix #49

piotrwitek commented 2 years ago

Thanks, that looks good.