perun-network / erdstall-ts-sdk

TypeScript client SDK to interact with Erdstall.
Apache License 2.0
5 stars 2 forks source link

Resolve absolute imports in transpiled files #31

Closed ndzik closed 3 years ago

ndzik commented 3 years ago

Uses the typescript transpiler wrapper from ttypescript, because this one allows the use of so called "transformer" plugins to alter the output of the transpilation.

The "transformer" plugin used is a popular one called @zerollup/ts-transform-paths.