Hello,
The main entry in the package.json
is broken since the move from flow to ts.
$ npm run build
$ ls -l dist/
total 8
drwxrwxr-x 6 schroeterm schroeterm 4096 aoû 4 09:02 src
drwxrwxr-x 3 schroeterm schroeterm 4096 aoû 4 09:02 test
in the package.json
file:
"main": "./dist/index.js",
It should be "./dist/src/index.js"