Migrate index.js to use Typescript (#129)

* Migrate index.js to use Typescript

* Fix tests
This commit is contained in:
Ben Schumacher 2020-09-24 09:42:36 +02:00 committed by GitHub
parent 18d30b50bc
commit d9532472eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 326 additions and 101 deletions

View file

@ -36,7 +36,7 @@ if (NPM_TARGET === 'build:watch' || NPM_TARGET === 'debug:watch') {
module.exports = {
entry: [
'./src/index.js',
'./src/index.tsx',
],
resolve: {
modules: [