work-hub-server/apps/api/tsconfig.json
Nicolas HOARAU 90387e121c
All checks were successful
ci / ci (22) (push) Successful in 10m39s
fixed type checks in api
2026-06-12 13:40:44 +04:00

9 lines
168 B
JSON

{
"extends": "@workspace/tooling/tsconfig/nestjs.json",
"compilerOptions": {
"outDir": "./dist",
"incremental": true,
"types": ["jest"]
}
}