trigo / trigo-web /app /tsconfig.node.json
k-l-lambda's picture
Update: fix disconnect state sync and dynamic socket URL
f6a5e63
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}