system/api/tsconfig.json

14 lines
236 B
JSON

{
"compilerOptions": {
"strict": true,
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx",
"module": "NodeNext",
"moduleResolution": "nodenext",
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
}
}