CATcher-org / CATcher

CATcher is a software application used for peer-testing of software projects.
https://catcher-org.github.io/CATcher/
MIT License
70 stars 68 forks source link

`tslib` unused #1246

Closed cheehongw closed 5 months ago

cheehongw commented 7 months ago

tslib is currently a dependency in CATcher.

However, tslib is not used in CATcher at all since it requires a the following to be set in tsconfig.json.

{
    "compilerOptions": {
        "importHelpers": true      // <-- this 
    }
}

See: https://www.npmjs.com/package/tslib