mirror of
https://github.com/alireza0/s-ui.git
synced 2026-08-31 16:31:07 +00:00
9 lines
184 B
JSON
9 lines
184 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|