Rocky_Mountain_Vending/.pnpm-store/v10/files/a6/473777cb91ea46b3a8bc585587a537bbc024b4acf2ae5081c4e44a7f567ce4e866f3e2e8e426315a37ffffb559b90c7e5737d8e9785f7be1dae62a8b9b57ae
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

54 lines
No EOL
1.8 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/simulation",
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "esnext",
"tsBuildInfoFile": "simulation-tsconfig.json.tsbuildinfo",
"typeRoots": [],
"useUnknownInCatchVariables": false
},
"files": [
"../../../../../../../../front_end/models/trace/lantern/simulation/ConnectionPool.ts",
"../../../../../../../../front_end/models/trace/lantern/simulation/Constants.ts",
"../../../../../../../../front_end/models/trace/lantern/simulation/DNSCache.ts",
"../../../../../../../../front_end/models/trace/lantern/simulation/SimulationTimingMap.ts",
"../../../../../../../../front_end/models/trace/lantern/simulation/Simulator.ts",
"../../../../../../../../front_end/models/trace/lantern/simulation/TCPConnection.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": "../types/bundle-tsconfig.json"
}
]
}