refactor: with TypeScript (#24)

* refactor: add ts support (#19)

Co-authored-by: 逆寒 <869732751@qq.com>
This commit is contained in:
Amour1688
2020-07-09 20:51:47 +08:00
committed by GitHub
parent 3d49271878
commit bc4ef2c028
18 changed files with 430 additions and 285 deletions

2
global.d.ts vendored Normal file
View File

@ -0,0 +1,2 @@
declare module '@babel/helper-module-imports';
declare module '@babel/plugin-syntax-jsx';