2023-09-06 20:55:23 +02:00
|
|
|
{
|
2023-09-07 17:25:35 +02:00
|
|
|
"compilerOptions": {
|
|
|
|
"composite": true,
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"module": "ESNext",
|
|
|
|
"moduleResolution": "bundler",
|
|
|
|
"allowSyntheticDefaultImports": true
|
|
|
|
},
|
|
|
|
"include": ["vite.config.ts"]
|
2023-09-06 20:55:23 +02:00
|
|
|
}
|