foundary-1770670477/apps/api/tsconfig.json
rdev-worker 6d1992bd6c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: Set up the monorepo workspace. Ensure the root README describes a pro...
2026-02-09 20:58:18 +00:00

9 lines
157 B
JSON

{
"extends": "../../packages/config/tsconfig.base.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src"
},
"include": ["src"]
}