Rocky_Mountain_Vending/.pnpm-store/v10/files/1c/f8dfc5fe33a4797baee4a370c89ad679f342b72c7113d2b76104b127e2f3da012e52695ce42ee28e0b1351e15c1214c7bbd16fca00da5de5c3cbd87b68c769
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

61 lines
No EOL
1.5 KiB
Text

{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"composite": true,
"declaration": true,
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"inlineSources": true,
"lib": [
"esnext",
"dom",
"dom.iterable"
],
"module": "esnext",
"noEmitOnError": true,
"noFallthroughCasesInSwitch": true,
"noImplicitOverride": true,
"noImplicitReturns": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"outDir": ".",
"rootDir": "../../../../../../front_end/models/trace",
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "esnext",
"tsBuildInfoFile": "devtools_entrypoint-bundle-typescript-tsconfig.json.tsbuildinfo",
"typeRoots": [],
"useUnknownInCatchVariables": false
},
"files": [
"../../../../../../front_end/models/trace/trace.ts",
"../../../../../../front_end/legacy/legacy-defs.d.ts",
"../../../../../../front_end/global_typings/global_defs.d.ts",
"../../../../../../node_modules/@types/filesystem/index.d.ts"
],
"references": [
{
"path": "./trace-tsconfig.json"
},
{
"path": "extras/bundle-tsconfig.json"
},
{
"path": "handlers/bundle-tsconfig.json"
},
{
"path": "helpers/bundle-tsconfig.json"
},
{
"path": "insights/bundle-tsconfig.json"
},
{
"path": "lantern/bundle-tsconfig.json"
},
{
"path": "types/bundle-tsconfig.json"
}
]
}