2023-09-03 00:23:48 +02:00
|
|
|
{
|
2023-09-03 04:11:56 +02:00
|
|
|
"compilerOptions": {
|
|
|
|
"composite": true,
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"module": "ESNext",
|
2023-09-15 16:33:25 +02:00
|
|
|
"moduleResolution": "bundler",
|
|
|
|
"allowSyntheticDefaultImports": true
|
2023-09-03 04:11:56 +02:00
|
|
|
},
|
|
|
|
"include": ["vite.config.ts"]
|
2023-09-03 00:23:48 +02:00
|
|
|
}
|