2024-01-11 15:40:18 +07:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"composite": true,
|
|
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"module": "ESNext",
|
|
|
|
|
"moduleResolution": "bundler",
|
|
|
|
|
"allowSyntheticDefaultImports": true
|
|
|
|
|
},
|
2024-01-14 22:02:03 +07:00
|
|
|
"include": [
|
|
|
|
|
"vite.config.electron.ts",
|
|
|
|
|
"vite.config.web.ts"
|
|
|
|
|
]
|
|
|
|
|
}
|