mirror of
https://github.com/Sygil-Dev/sygil-webui.git
synced 2024-12-15 14:31:44 +03:00
9 lines
143 B
JSON
9 lines
143 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"composite": false,
|
||
|
"module": "esnext",
|
||
|
"moduleResolution": "node"
|
||
|
},
|
||
|
"include": ["vite.config.ts"]
|
||
|
}
|