Rocky_Mountain_Vending/.pnpm-store/v10/files/00/bacf003ef36ac99370fc4d1eda427308e44eaee105874a39391d36449debb8c02d2fe2fd727c31fcb2d583975c7cac2ea2ec2ea00366051f86198c8660dcf6
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": {
"rootDir": "./src",
"outDir": "./build/main",
"lib": ["dom"],
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules/**"]
}