Rocky_Mountain_Vending/.pnpm-store/v10/files/8f/d0d02473dc5b06aec93419fad58e5852203c66f553e7cb2ee594f1e685527ee044b7150da430b11ae2f6aa13e3f369ef74f49195249bcd59de1ea1b242d661
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
302 B
Text

{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"outDir": "dist",
"removeComments": true,
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true
}
}