Rocky_Mountain_Vending/.pnpm-store/v10/files/da/829d7ae8e30208f319656c0badd59dcc0f1a6ea1e4586d91c1b2906e30318263766ee530dcaf915e86c27a9dfa98a60cb111d2d40988ac13930ea1767e8a2a
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

49 lines
No EOL
1.5 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/graph",
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "esnext",
"tsBuildInfoFile": "graph-tsconfig.json.tsbuildinfo",
"typeRoots": [],
"useUnknownInCatchVariables": false
},
"files": [
"../../../../../../../../front_end/models/trace/lantern/graph/BaseNode.ts",
"../../../../../../../../front_end/models/trace/lantern/graph/CPUNode.ts",
"../../../../../../../../front_end/models/trace/lantern/graph/NetworkNode.ts",
"../../../../../../../../front_end/models/trace/lantern/graph/PageDependencyGraph.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": "../types/bundle-tsconfig.json"
}
]
}