Rocky_Mountain_Vending/.pnpm-store/v10/files/40/4d4d72d5399c25db673ad84b97a154383b2b821bd2730a98d53874fbb595bd076f1671bce053e3af33f0e8c7c6c80fe8bd7e51646da6cc312db0d289ef4280
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
327 B
Text

{
"extends": "./tsconfig.esm.json",
"compilerOptions": {
"composite": true,
"module": "es2015",
"target": "esnext",
"removeComments": false,
"declaration": true,
"declarationMap": true,
"declarationDir": "../dist/types",
"emitDeclarationOnly": true
},
"exclude": ["./internal/umd.ts"]
}