summaryrefslogtreecommitdiffhomepage
path: root/packages/host-bin/tsconfig.json
blob: e445f1386ac00193041c1c1dccc01ea7fa026baf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
	"extends": "../../tsconfig.base.json",
	"compilerOptions": {
		"rootDir": "src",
		"outDir": "dist",
		"composite": true
	},
	"include": ["src/**/*.ts"],
	"references": [
		{
			"path": "../cache-warming"
		},
		{
			"path": "../exec-backend"
		},
		{
			"path": "../kernel"
		},
		{
			"path": "../lsp"
		},
		{
			"path": "../message-queue"
		},
		{
			"path": "../skills"
		},
		{
			"path": "../ssh"
		},
		{
			"path": "../storage-sqlite"
		},
		{
			"path": "../surface-loaded-extensions"
		},
		{
			"path": "../surface-registry"
		},
		{
			"path": "../system-prompt"
		},
		{
			"path": "../throughput-store"
		},
		{
			"path": "../tool-edit-file"
		},
		{
			"path": "../tool-read-file"
		},
		{
			"path": "../tool-shell"
		},
		{
			"path": "../tool-write-file"
		},
		{
			"path": "../transport-http"
		},
		{
			"path": "../transport-ws"
		}
	]
}