slovocast/app/tsconfig.json

11 lines
161 B
JSON
Raw Normal View History

2024-03-02 16:48:37 +00:00
{
"compilerOptions": {
"strict": true,
"jsx": "react-jsx",
2024-03-20 02:37:26 +00:00
"jsxImportSource": "hono/jsx",
"paths": {
"@slovo/*": [ "src/*" ]
}
2024-03-02 16:48:37 +00:00
}
2024-03-20 02:37:26 +00:00
}