forked from lmstudio-ai/lmstudio-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsconfig.build.json
More file actions
22 lines (22 loc) · 787 Bytes
/
tsconfig.build.json
File metadata and controls
22 lines (22 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"files": [],
"references": [
{ "path": "packages/lms-shared-types" },
{ "path": "packages/lms-kv-config" },
{ "path": "packages/lms-isomorphic" },
{ "path": "packages/lms-common" },
{ "path": "packages/lms-common-server" },
{ "path": "packages/lms-communication" },
{ "path": "packages/lms-communication-client" },
{ "path": "packages/lms-communication-server" },
{ "path": "packages/lms-communication-mock" },
{ "path": "packages/lms-external-backend-interfaces" },
{ "path": "packages/lms-client" },
{ "path": "packages/lms-lmstudio" },
{ "path": "packages/lms-es-plugin-runner" },
{ "path": "packages/lms-json-schema" },
{ "path": "packages/template" },
{ "path": "publish/sdk" }
],
"exclude": ["*.test.ts"]
}