chore(config): 🔧 Update tsup build config to enable minification and sourcemaps
Some checks failed
Build and Publish / build-and-publish (push) Failing after 32s

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-03-08 20:19:46 -07:00
parent e7ca6f95e6
commit 451ff783af

View file

@ -7,4 +7,5 @@ export default createLibraryConfig({
'phonetic/index': 'src/phonetic/index.ts',
'data-structures/index': 'src/data-structures/index.ts',
},
format: ['esm', 'cjs'],
});