summaryrefslogtreecommitdiffhomepage
path: root/packages/skills/tsconfig.json
blob: 2ae3233ed7ca055061b669a307d2760211e585b0 (plain)
1
2
3
4
5
6
{
	"extends": "../../tsconfig.base.json",
	"compilerOptions": { "rootDir": "src", "outDir": "dist", "composite": true },
	"include": ["src/**/*.ts"],
	"references": [{ "path": "../kernel" }, { "path": "../session-orchestrator" }]
}