-
Notifications
You must be signed in to change notification settings - Fork 10
/
tsconfig.json
30 lines (30 loc) · 1.09 KB
/
tsconfig.json
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
{
"files": [/* only process references */],
"references": [
{ "path": "./packages/@best/types" },
{ "path": "./packages/@best/agent" },
{ "path": "./packages/@best/agent-hub" },
{ "path": "./packages/@best/agent-frontend" },
{ "path": "./packages/@best/analyzer" },
{ "path": "./packages/@best/builder" },
{ "path": "./packages/@best/cli" },
{ "path": "./packages/@best/compare" },
{ "path": "./packages/@best/config" },
{ "path": "./packages/@best/console-stream" },
{ "path": "./packages/@best/github-integration" },
{ "path": "./packages/@best/regex-util" },
{ "path": "./packages/@best/runner" },
{ "path": "./packages/@best/runner-abstract" },
{ "path": "./packages/@best/runner-headless" },
{ "path": "./packages/@best/runner-remote" },
{ "path": "./packages/@best/runtime" },
{ "path": "./packages/@best/shared" },
{ "path": "./packages/@best/store" },
{ "path": "./packages/@best/store-fs" },
{ "path": "./packages/@best/frontend" },
{ "path": "./packages/@best/api-db" }
],
"exclude": [
"node_modules/**"
]
}