plantain-00 / type-coverage

A CLI tool to check type coverage for typescript code
MIT License
1.25k stars 44 forks source link

feat: split into 2 packages #26

Closed plantain-00 closed 5 years ago

plantain-00 commented 5 years ago

move typescript from dependencies to peerDependencies API lint change to export function lint(project: string, options: {...}), move optional parameters to options and remove unused parameter detail

Fixes(if relevant): #24

Checks