Migrate index.js to use Typescript (#129)
* Migrate index.js to use Typescript * Fix tests
This commit is contained in:
parent
18d30b50bc
commit
d9532472eb
9 changed files with 326 additions and 101 deletions
|
@ -34,7 +34,7 @@ actions:
|
|||
- webapp/.eslintrc.json
|
||||
- webapp/babel.config.js
|
||||
- webapp/package.json
|
||||
- webapp/src/index.js
|
||||
- webapp/src/index.tsx
|
||||
- webapp/tsconfig.json
|
||||
- webapp/webpack.config.js
|
||||
actions:
|
||||
|
|
Reference in a new issue