1
0
Fork 0
mirror of https://github.com/etkecc/synapse-admin.git synced 2025-03-02 12:35:46 +03:00
synapse-admin/tsconfig.vite.json

9 lines
142 B
JSON
Raw Normal View History

{
"compilerOptions": {
"composite": true,
"module": "esnext",
"moduleResolution": "node"
},
"include": ["vite.config.ts"]
}