Skip to content

Commit

Permalink
remove types from rollup exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
kwhitley committed Apr 9, 2024
1 parent ff60297 commit ae74942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import fs from 'fs-extra'

// scan files to build
const files = (await globby('./src/*.ts', {
ignore: ['**/*.spec.ts', 'examples', '**/types.ts'],
ignore: ['**/*.spec.ts', 'examples'],
})).map(path => ({
path,
shortPath: path.replace(/(\/src)|(\.ts)/g, '').replace('./index', '.'),
Expand Down

0 comments on commit ae74942

Please sign in to comment.