pi-mono/packages/orchestrator/tsconfig.build.json
Cristina Poncela Cubeiro 7ece19b0e8 chore: package structure
2026-06-18 12:16:55 +02:00

9 lines
209 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src"
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules", "dist", "**/*.d.ts", "src/**/*.d.ts"]
}