File size: 325 Bytes
a6229e1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"compilerOptions": {
"composite": true,
"target": "ES2022",
"lib": ["ES2023"],
"module": "ESNext",
"types": ["node"],
"skipLibCheck": true,
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts", "tailwind.config.ts"]
}
|