Skip to content

Commit

Permalink
Update exports
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsobol committed Dec 19, 2024
1 parent 32570b4 commit f6c9960
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/release/utils/updatepackageentrypoint.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ export default async function updatePackageEntryPoint( packagePath ) {
import: './dist/*',
default: './dist/*'
},
'./src/*': './src/*'
'./src/*': {
types: './src/*.d.ts',
import: './src/*',
default: './src/*'
}
};

if ( files.includes( 'build' ) ) {
Expand Down

0 comments on commit f6c9960

Please sign in to comment.