slovocast/server/tsconfig.json

12 lines
188 B
JSON
Raw Normal View History

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