12 lines
188 B
JSON
12 lines
188 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "hono/jsx",
|
|
"baseUrl": "./src",
|
|
"paths": {
|
|
"slovo/*": [ "*" ]
|
|
}
|
|
}
|
|
}
|