feat: implement tm list with new refactored structure

This commit is contained in:
Ralph Khreish
2025-08-26 21:10:28 +02:00
parent 3eb88feff1
commit fb44c58a23
13 changed files with 228 additions and 211 deletions

View File

@@ -11,6 +11,7 @@ export default defineConfig({
sourcemap: true,
clean: true,
shims: true,
dts: true,
bundle: true, // Bundle everything into one file
outDir: 'dist',
// Handle TypeScript imports transparently