fix: Properly architected lib repo to export index.ts into the dist
Some checks failed
Publish Svelte Tailwind Library / build-and-publish (push) Failing after 32s
Some checks failed
Publish Svelte Tailwind Library / build-and-publish (push) Failing after 32s
This commit is contained in:
@@ -6,8 +6,7 @@ export default {
|
||||
package: {
|
||||
dir: 'dist',
|
||||
emitTypes: true,
|
||||
// only export index.ts
|
||||
exports: (filepath) => filepath === 'index.ts'
|
||||
files: () => true // This will include all files
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user