summaryrefslogtreecommitdiffhomepage
path: root/packages/tool-edit-file/tsconfig.json
blob: b4476e71f7da6fd6c8bb8b6a1be55055548c4278 (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": "../exec-backend" }, { "path": "../lsp" }]
}