Skip to content

Commit

Permalink
fix: type references are lost in the package. (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed May 7, 2024
1 parent ff2901c commit 6c0e5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import * as SDK from './src';
import * as SDK from './build/typings';

export default SDK

0 comments on commit 6c0e5fc

Please sign in to comment.