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>
11 lines
195 B
JSON
11 lines
195 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"lib": ["ES2023"],
|
|
"module": "ESNext",
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "bundler"
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|