11 lines
213 B
JSON
11 lines
213 B
JSON
![]() |
{
|
||
|
"extends": "@repo/typescript-config/hono.json",
|
||
|
"compilerOptions": {
|
||
|
"moduleResolution": "bundler",
|
||
|
"paths": {
|
||
|
"@/*": ["./*"],
|
||
|
"@repo/db/*": ["../../packages/db/src/*"],
|
||
|
},
|
||
|
|
||
|
}
|
||
|
}
|