[Refactor] Migrate to TypeScript
Opened this issue · 1 comments
anuraghazra commented
[Refactor] Migrate to TypeScript
kungfooman commented
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.