Rocky_Mountain_Vending/.pnpm-store/v10/files/c3/b00876b31f8b78eaafbb5f2aadaeba24ff9407dfcf075ee48c9311e0c5a9addd08b17b0a6be4b0c617ca73d08ec5ea2097491db3aaaf1ba21ff1cc65e56fca
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

57 lines
No EOL
1.7 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/types",
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "esnext",
"tsBuildInfoFile": "types-tsconfig.json.tsbuildinfo",
"typeRoots": [],
"useUnknownInCatchVariables": false
},
"files": [
"../../../../../../../front_end/models/trace/types/Configuration.ts",
"../../../../../../../front_end/models/trace/types/Extensions.ts",
"../../../../../../../front_end/models/trace/types/File.ts",
"../../../../../../../front_end/models/trace/types/Overlays.ts",
"../../../../../../../front_end/models/trace/types/Timing.ts",
"../../../../../../../front_end/models/trace/types/TraceEvents.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": "../../../core/sdk/bundle-tsconfig.json"
},
{
"path": "../../../generated/generated-tsconfig.json"
},
{
"path": "../../crux-manager/bundle-tsconfig.json"
},
{
"path": "../lantern/bundle-tsconfig.json"
}
]
}