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