PennyJX's picture
Upload 160 files
b173115 verified
raw
history blame contribute delete
253 Bytes
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"types": ["node", "vite/client"],
},
"include": ["vite.config.ts"]
}