Closed sambauers closed 1 year ago
The dist directory in 4.0.0-beta.1 release is incorrectly structured. This change to tsconfig.json ensures that there is an index.js at the root of the dist directory, along with associated lib, models, and types.
dist
tsconfig.json
index.js
lib
models
types
:tada: This PR is included in version 4.0.0-beta.2 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
The
dist
directory in 4.0.0-beta.1 release is incorrectly structured. This change totsconfig.json
ensures that there is anindex.js
at the root of thedist
directory, along with associatedlib
,models
, andtypes
.