Migrate to TypeScript
Closed this issue · 2 comments
himkt commented
- setup
package.json
- rename
.js
and.jsx
files to.ts
and.tsx
- type annotation
- use tslint (added by @lapis-zero09)
lapis-zero09 commented
change linter from eslint to tslint with this task.