mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-01-01 11:59:24 +01:00
10 lines
184 B
JSON
10 lines
184 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"module": "ESNext",
|
||
|
"moduleResolution": "Node",
|
||
|
"allowSyntheticDefaultImports": true
|
||
|
},
|
||
|
"include": ["vite.config.ts"]
|
||
|
}
|