18 lines
271 B
JSON
18 lines
271 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"types": ["node"]
|
|
},
|
|
"include": ["src"],
|
|
"references": [
|
|
{
|
|
"path": "../../lib/db"
|
|
},
|
|
{
|
|
"path": "../../lib/api-zod"
|
|
}
|
|
]
|
|
}
|