Rocky_Mountain_Vending/.pnpm-store/v10/files/5f/16e66ce599974d95c3a3804ef091c46f78e07ee8e6ebaa3e8e5b762e7509d26ba283ad992b6b5f45b218e8d5082cfa1d9f8986ccdbcb9099f0c000d7f8c91e
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

29 lines
593 B
Text

{
"compilerOptions": {
"outDir": ".tmp/tsbuildinfo/",
"composite": true,
"emitDeclarationOnly": true,
"declarationMap": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"esModuleInterop": true,
"allowJs": true,
"checkJs": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
// Limit to base JS and DOM defs.
"lib": ["esnext", "dom"]
},
"include": [
"*.mjs",
"test/*.mjs",
"generated/protocol.d.ts",
"third_party/third-party-web/third-party-web.js",
"package.json"
]
}