m0a / typescript-fsa-redux-observable

TypeScript FSA utilities for redux-observable
MIT License
28 stars 6 forks source link

Build fix #5

Closed daliran closed 6 years ago

daliran commented 6 years ago

When the library is installed from npm, the transpiled version of the typescript source code are not available. Thus the library is not recognized and do not work.

It is also not possible to build manually the library because the tsconfig.json file is missing.

The solution is to build the library right before the publish, in this way, when the users download the library, they will have a working javascript file.

I re-arranged the project in order to match a more standard template, also i updated all the deps to the latest versions.

I tried both the build and the tests on my machine and all works fine.

m0a commented 6 years ago

sorry slow replay. thankyou