Rocky_Mountain_Vending/.pnpm-store/v10/files/54/cf401926bb84b4a296a8a7989eb94fc44ced6f4cb44a7db2c84179c3b56df994cea08c64e82ea9470232b9928b49fb4268150dfc6e21d378a7e1589d5c6b0a
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

20 lines
393 B
Text

{
"extends": "../tsconfig-base.json",
"compilerOptions": {
// Limit defs to base JS.
"lib": ["es2020", "es2022.intl"],
// Only include `@types/node` from node_modules/.
"types": ["node"],
// "listFiles": true,
},
"references": [
{"path": "../types/lhr/"},
],
"include": [
"**/*.js",
"types/**/*.d.ts",
],
"exclude": [
"test/**/*.js",
],
}