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

This commit is contained in:
2025-09-16 07:35:53 +01:00
parent 1dd4bdd08e
commit b31a70d64d
14 changed files with 18 additions and 25 deletions

View File

@@ -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
}
}
};