Rocky_Mountain_Vending/.pnpm-store/v10/files/4f/ad68ad7686b9a40d71707e8c04bf91306565234204d2b47a7afad1cda512a4ce07f3a84c6b7ebc20e163d5965619b94c64dccb8e2b233a8deeec3507209ec0
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.9 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/extras",
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "esnext",
"tsBuildInfoFile": "extras-tsconfig.json.tsbuildinfo",
"typeRoots": [],
"useUnknownInCatchVariables": false
},
"files": [
"../../../../../../../front_end/models/trace/extras/FilmStrip.ts",
"../../../../../../../front_end/models/trace/extras/MainThreadActivity.ts",
"../../../../../../../front_end/models/trace/extras/ScriptDuplication.ts",
"../../../../../../../front_end/models/trace/extras/StackTraceForEvent.ts",
"../../../../../../../front_end/models/trace/extras/ThirdParties.ts",
"../../../../../../../front_end/models/trace/extras/TraceFilter.ts",
"../../../../../../../front_end/models/trace/extras/TraceTree.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/platform/bundle-tsconfig.json"
},
{
"path": "../../../core/sdk/bundle-tsconfig.json"
},
{
"path": "../../../generated/protocol-tsconfig.json"
},
{
"path": "../handlers/bundle-tsconfig.json"
},
{
"path": "../types/bundle-tsconfig.json"
}
]
}