2024-08-12 09:07:11 +07:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"composite": true,
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"module": "ESNext",
|
|
|
|
"moduleResolution": "bundler",
|
|
|
|
"allowSyntheticDefaultImports": true
|
|
|
|
},
|
2024-11-03 13:49:19 +07:00
|
|
|
"include": ["vite.config.ts"]
|
2024-08-12 09:07:11 +07:00
|
|
|
}
|