jolocom / jolocom-sdk

A tool kit for integration with SSI
Apache License 2.0
31 stars 9 forks source link

fix repl #9

Closed chunningham closed 4 years ago

chunningham commented 4 years ago

Not the prettiest solution, but it seems like the ts-node repl doesnt play nice with the ttypescript compiler's path-mapping plugin. The solution was to change all import statements to relative paths. This also simplifies the transpilation slightly.