2023-04-25 13:24:22 +02:00
|
|
|
{
|
2023-05-24 17:33:23 +02:00
|
|
|
"compilerOptions": {
|
|
|
|
"composite": true,
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"module": "ESNext",
|
|
|
|
"moduleResolution": "bundler",
|
|
|
|
"allowSyntheticDefaultImports": true
|
|
|
|
},
|
|
|
|
"include": ["vite.config.ts"]
|
2023-04-25 13:24:22 +02:00
|
|
|
}
|