anuraghazra/Verly.js

[Refactor] Migrate to TypeScript

Opened this issue · 1 comments

[Refactor] Migrate to TypeScript

So ugly, you can do the same through JSDoc with a proper jsconfig.json:

{
    "compilerOptions": {
        "checkJs": true,
        "strict": true
    }
}

And then you don't force the requirement to use a bundler on your users who don't want to waste their time with TS sugar.