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