Closed imsys closed 2 years ago
npm run build was only transpiling index.ts for me, I had to do this small change to the tsconfig.json
npm run build
index.ts
tsconfig.json
Thanks for the help @imsys! Let me know if you'd like to get involved with maintenance to help get these fixes in sooner
npm run build
was only transpilingindex.ts
for me, I had to do this small change to thetsconfig.json