17 lines
294 B
JSON
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"
|
|
}
|
|
}
|