Rocky_Mountain_Vending/.pnpm-store/v10/files/c0/14084966599e8eabbfcd119f7a86c8d6d32be1b82dce8e831524633d1c6cb56823f7b9a994f7bf8126aa9c06b631433ecf027dddc00e876fc38043a789be87
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

21 lines
427 B
Text

{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"declaration": true,
"rootDir": ".",
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"moduleResolution": "node",
"esModuleInterop": true,
"importHelpers": true,
"stripInternal": true,
"lib": ["es2015"]
},
"exclude": [
"node_modules",
"test/data"
]
}