Rocky_Mountain_Vending/.pnpm-store/v10/files/b3/41cec60d07f484fe9fd2abf2fd015eae69426df770ff00772c708cf4c74445e7a5c37cd68a3983bfb062ceffda6bc96d5d594a30c07183c9640b91e83faa6e
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

14 lines
305 B
Text

{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"allowSyntheticDefaultImports": true,
"noEmit": true
},
"ts-node": {
"esm": true
}
}