Rocky_Mountain_Vending/.pnpm-store/v10/files/28/e53ccbdac6da53118672a8c2afad3916c8f2ab746f4389ea69e5b9497ec08d5f7fdc44cdb22d0c616df59c8f1a3d472c9b5b90659dd3126eaa0a3df8442757
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

12 lines
200 B
Text

{
"extends": "../tsconfig.json",
"compilerOptions": {
"noEmit": false,
"baseUrl": ".",
"paths": {
"rxjs": ["./"],
"rxjs/*": ["./*"]
}
},
"include": ["./**/*.ts"]
}