Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Commit 1a6bc98

Browse files
committed
feat(types): Enable types when importing from /src
Previously, when using the 'Advanced Installation' method outlined in docs, types would be unavailable. By providing an index.d.ts file in /src, types become available whether importing from the compiled package or importing from the package source.
1 parent 8142883 commit 1a6bc98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from '../@types/index';

0 commit comments

Comments
 (0)