2022-06-26 23:01:10 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"composite": true,
|
2024-08-05 21:22:28 +00:00
|
|
|
"module": "ESNext",
|
|
|
|
"moduleResolution": "Node",
|
|
|
|
"allowSyntheticDefaultImports": true
|
2022-06-26 23:01:10 +00:00
|
|
|
},
|
|
|
|
"include": ["vite.config.ts"]
|
|
|
|
}
|
2024-08-05 21:22:28 +00:00
|
|
|
|