Rocky_Mountain_Vending/.pnpm-store/v10/files/20/51fdb40834a5a891c6d0d6e76101023f30440c317a04d95e38562af16451747c5326fe87684163b6f04795aabf21e539026e077fd9dd27edd9e2e805f7886d
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

43 lines
No EOL
1.2 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/lantern",
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "esnext",
"tsBuildInfoFile": "devtools_entrypoint-bundle-typescript-tsconfig.json.tsbuildinfo",
"typeRoots": [],
"useUnknownInCatchVariables": false
},
"files": [
"../../../../../../../front_end/models/trace/lantern/lantern.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": "./lantern-tsconfig.json"
}
]
}