mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2025-02-08 20:50:43 +00:00
8 lines
142 B
JSON
8 lines
142 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node"
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|