Rocky_Mountain_Vending/.pnpm-store/v10/files/ea/6c60b0d16bdc6557e5eb52bc0a87c0220d54fada0604bf164a26d54cefdeb783b4b07b172fc4536e36fe3d47c8fef3ca579caae4499a0031a4069c0e62c1dd
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

11 lines
237 B
Text

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"module": "esnext",
"importHelpers": true,
"target": "es5",
"downlevelIteration": true,
"outDir": "../dist/esm5"
},
"exclude": ["./internal/umd.ts"]
}