Skip to content

Commit

Permalink
Convert to typescript
Browse files Browse the repository at this point in the history
Rename typescript files to *.ts
Use typescript compiler instead of babel
Fix some type annotations
Remove @ import alias
  • Loading branch information
rotu committed Mar 16, 2022
1 parent 103b3c1 commit d35cf4f
Show file tree
Hide file tree
Showing 19 changed files with 6,932 additions and 13,963 deletions.
3 changes: 0 additions & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,5 @@ module.exports = {
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
},
parserOptions: {
parser: 'babel-eslint'
}
}
9 changes: 0 additions & 9 deletions babel.config.js

This file was deleted.

Loading

0 comments on commit d35cf4f

Please sign in to comment.