Rocky_Mountain_Vending/.pnpm-store/v10/files/73/78b44c309dd2f1856569884b80b9154bf5c8e95bf549d2a929236d5cd05bff345b917445186a7e9fdec51ad5a1f559127b4e9a5d5142705ac6169a1bf104e5
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

76 lines
No EOL
3 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/insights",
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "esnext",
"tsBuildInfoFile": "insights-tsconfig.json.tsbuildinfo",
"typeRoots": [],
"useUnknownInCatchVariables": false
},
"files": [
"../../../../../../../front_end/models/trace/insights/CLSCulprits.ts",
"../../../../../../../front_end/models/trace/insights/Cache.ts",
"../../../../../../../front_end/models/trace/insights/Common.ts",
"../../../../../../../front_end/models/trace/insights/DOMSize.ts",
"../../../../../../../front_end/models/trace/insights/DocumentLatency.ts",
"../../../../../../../front_end/models/trace/insights/DuplicatedJavaScript.ts",
"../../../../../../../front_end/models/trace/insights/FontDisplay.ts",
"../../../../../../../front_end/models/trace/insights/ForcedReflow.ts",
"../../../../../../../front_end/models/trace/insights/INPBreakdown.ts",
"../../../../../../../front_end/models/trace/insights/ImageDelivery.ts",
"../../../../../../../front_end/models/trace/insights/LCPBreakdown.ts",
"../../../../../../../front_end/models/trace/insights/LCPDiscovery.ts",
"../../../../../../../front_end/models/trace/insights/LegacyJavaScript.ts",
"../../../../../../../front_end/models/trace/insights/Models.ts",
"../../../../../../../front_end/models/trace/insights/ModernHTTP.ts",
"../../../../../../../front_end/models/trace/insights/NetworkDependencyTree.ts",
"../../../../../../../front_end/models/trace/insights/RenderBlocking.ts",
"../../../../../../../front_end/models/trace/insights/SlowCSSSelector.ts",
"../../../../../../../front_end/models/trace/insights/Statistics.ts",
"../../../../../../../front_end/models/trace/insights/ThirdParties.ts",
"../../../../../../../front_end/models/trace/insights/Viewport.ts",
"../../../../../../../front_end/models/trace/insights/types.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": "../../../third_party/legacy-javascript/bundle-tsconfig.json"
},
{
"path": "../../../third_party/third-party-web/bundle-tsconfig.json"
},
{
"path": "../extras/bundle-tsconfig.json"
},
{
"path": "../handlers/bundle-tsconfig.json"
},
{
"path": "../lantern/bundle-tsconfig.json"
}
]
}