{
"compilerOptions": {
"composite": true,
/* Bundler mode */
"allowSyntheticDefaultImports": true,
},
"include": [
"vite.config.ts"
]
}