Files
illusory-mapp/packages/logic/tsconfig.json
2026-02-28 14:50:04 +02:00

17 lines
294 B
JSON

{
"compilerOptions": {
"strict": true,
"jsx": "react-jsx",
"jsxImportSource": "hono/jsx",
"baseUrl": ".",
"paths": {
"@/*": ["./*"],
"@domains/*": ["./domains/*"],
"@core/*": ["./core/*"]
},
"moduleResolution": "bundler",
"module": "esnext",
"target": "esnext"
}
}