TaxPack v1.0.0 - Gmail Receipt Auto-Extractor & Tax Report Generator

This commit is contained in:
Bun Bun
2026-06-19 06:28:06 +00:00
commit d0a0615c28
17 changed files with 4309 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import { defineConfig } from 'vitest/config';
export default defineConfig({
test: {
environment: 'jsdom',
globals: true,
},
});