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>
64 lines
No EOL
2 KiB
Text
64 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/helpers",
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"target": "esnext",
|
|
"tsBuildInfoFile": "helpers-tsconfig.json.tsbuildinfo",
|
|
"typeRoots": [],
|
|
"useUnknownInCatchVariables": false
|
|
},
|
|
"files": [
|
|
"../../../../../../../front_end/models/trace/helpers/Extensions.ts",
|
|
"../../../../../../../front_end/models/trace/helpers/Network.ts",
|
|
"../../../../../../../front_end/models/trace/helpers/SamplesIntegrator.ts",
|
|
"../../../../../../../front_end/models/trace/helpers/SyntheticEvents.ts",
|
|
"../../../../../../../front_end/models/trace/helpers/Timing.ts",
|
|
"../../../../../../../front_end/models/trace/helpers/Trace.ts",
|
|
"../../../../../../../front_end/models/trace/helpers/TreeHelpers.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/common/bundle-tsconfig.json"
|
|
},
|
|
{
|
|
"path": "../../../core/platform/bundle-tsconfig.json"
|
|
},
|
|
{
|
|
"path": "../../../core/root/bundle-tsconfig.json"
|
|
},
|
|
{
|
|
"path": "../../cpu_profile/bundle-tsconfig.json"
|
|
},
|
|
{
|
|
"path": "../../../third_party/third-party-web/bundle-tsconfig.json"
|
|
},
|
|
{
|
|
"path": "../types/bundle-tsconfig.json"
|
|
}
|
|
]
|
|
} |