Rocky_Mountain_Vending/.pnpm-store/v10/files/74/258fbd987903bb2adad9ca1f78a04ece5e86d04355fbc6c61acf7c7a5bbb72f11c75828721964a04d4fbf100081c17682aef3f9070a8424bd4912757f929d2
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

16 lines
416 B
Text

{
"extends": "../../tsconfig-base.json",
"compilerOptions": {
// Limit defs to base JS and DOM (for URL: https://github.com/DefinitelyTyped/DefinitelyTyped/issues/34960).
"lib": ["es2020", "dom"],
// Only include `@types/node` from node_modules/.
"types": ["node"],
},
"references": [
{"path": "../../types/lhr/"},
{"path": "../../shared/"},
],
"include": [
"**/*.js",
],
}