summaryrefslogtreecommitdiffhomepage
path: root/packages/system-prompt/tsconfig.json
blob: 883420c6fd8cd7e313962e58a040b7d8141e0fb3 (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": "../transport-contract" }]
}