summaryrefslogtreecommitdiffhomepage
path: root/packages/tool-edit-file/tsconfig.json
blob: e4ee1ebce16297e6d6d56c1213a64dc22da8cb7b (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" }]
}