slovocast/server/tsconfig.json

11 lines
159 B
JSON
Raw Normal View History

2024-02-16 23:19:58 +00:00
{
"compilerOptions": {
"strict": true,
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx"
},
"paths": {
"@slovo/*": [ "./src/*" ]
}
}