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
|
@ -36,7 +36,7 @@ if (NPM_TARGET === 'build:watch' || NPM_TARGET === 'debug:watch') {
|
|||
|
||||
module.exports = {
|
||||
entry: [
|
||||
'./src/index.js',
|
||||
'./src/index.tsx',
|
||||
],
|
||||
resolve: {
|
||||
modules: [
|
||||
|
|
Reference in a new issue