Skip to content

Commit d5add66

Browse files
committed
Convert to typescript
Rename typescript files to *.ts Use typescript compiler instead of babel Fix some type annotations Remove @ import alias
1 parent 103b3c1 commit d5add66

20 files changed

+6942
-13979
lines changed

.eslintrc.js

-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,5 @@ module.exports = {
1010
rules: {
1111
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
1212
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
13-
},
14-
parserOptions: {
15-
parser: 'babel-eslint'
1613
}
1714
}

babel.config.js

-9
This file was deleted.

0 commit comments

Comments
 (0)