Files
hg-landing/tsconfig.node.json
iammm0 d721965e8d Add Heguang Tongkun landing page with light theme and refined UI.
Ship the full Vite/React marketing site with white-background styling, softer gradients, rounded typography, and section layout updates from the design pass.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-25 17:42:44 +08:00

11 lines
195 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"lib": ["ES2023"],
"module": "ESNext",
"skipLibCheck": true,
"moduleResolution": "bundler"
},
"include": ["vite.config.ts"]
}