SIAA / tsconfig.json
GUI-STUDIO
feat: Add playback scrape worker and related services
60dfa0b
Raw
History Blame Contribute Delete
145 Bytes
{
"compilerOptions": {
"strict": true,
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx",
"types": ["node", "bun-types"]
}
}