Rocky_Mountain_Vending/.pnpm-store/v10/files/fc/4cb0d453ba3876fb4afea96661ef2d80e24074dcca1cc81832d650f47cf35b8e013463ee3cdaeac9293fca9d01c7516e05b905061eb394ba493fd584c0bc31
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

59 lines
No EOL
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/metrics",
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "esnext",
"tsBuildInfoFile": "metrics-tsconfig.json.tsbuildinfo",
"typeRoots": [],
"useUnknownInCatchVariables": false
},
"files": [
"../../../../../../../../front_end/models/trace/lantern/metrics/FirstContentfulPaint.ts",
"../../../../../../../../front_end/models/trace/lantern/metrics/Interactive.ts",
"../../../../../../../../front_end/models/trace/lantern/metrics/LargestContentfulPaint.ts",
"../../../../../../../../front_end/models/trace/lantern/metrics/MaxPotentialFID.ts",
"../../../../../../../../front_end/models/trace/lantern/metrics/Metric.ts",
"../../../../../../../../front_end/models/trace/lantern/metrics/SpeedIndex.ts",
"../../../../../../../../front_end/models/trace/lantern/metrics/TBTUtils.ts",
"../../../../../../../../front_end/models/trace/lantern/metrics/TotalBlockingTime.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/bundle-tsconfig.json"
},
{
"path": "../graph/bundle-tsconfig.json"
},
{
"path": "../simulation/bundle-tsconfig.json"
},
{
"path": "../types/bundle-tsconfig.json"
}
]
}