Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: enable inlineSources option in TS config
To prevent various reference errors to non-existent TS files when consuming the package we have to enable source map inlining. This option allows the TS source code to be inlined into the generated sourcemap.
- Loading branch information