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