Rocky_Mountain_Vending/.pnpm-store/v10/files/f1/11fc7b8417fc56563fe6383cb46601524a4f38aa83c91dccf01490eac0e41f7e0d5745ce1dd5e7140d7486cb823fc25e113667d7eb3ef7165dca606f0878a8
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

10 lines
202 B
Text

{
"extends": "../tsconfig.json",
"compilerOptions": {
"lib": ["dom"],
"rootDir": "./src",
"outDir": "./build/main",
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules/**"]
}