|
1 | 1 | { |
2 | 2 | "javascript": { |
3 | | - "errors": ["packages/js-sdk/src/errors.ts"], |
4 | | - "sandbox": [ |
5 | | - "packages/js-sdk/src/sandbox/index.ts", |
6 | | - "packages/js-sdk/src/sandbox/sandboxApi.ts" |
7 | | - ], |
8 | | - "commands": ["packages/js-sdk/src/sandbox/commands/index.ts"], |
9 | | - "filesystem": ["packages/js-sdk/src/sandbox/filesystem/index.ts"], |
10 | | - "templates": ["packages/js-sdk/src/template/index.ts"], |
11 | | - "logger": ["packages/js-sdk/src/template/logger.ts"], |
12 | | - "ready-commands": ["packages/js-sdk/src/template/readycmd.ts"], |
13 | | - "code-interpreter": [ |
14 | | - "packages/code-interpreter-js/src/sandbox.ts", |
15 | | - "packages/code-interpreter-js/src/messaging.ts", |
16 | | - "packages/code-interpreter-js/src/charts.ts" |
17 | | - ] |
| 3 | + "errors": { |
| 4 | + "entryPoint": "reference-config/javascript/errors.ts", |
| 5 | + "tsconfig": "reference-config/typedoc.js-sdk.json" |
| 6 | + }, |
| 7 | + "sandbox": { |
| 8 | + "entryPoint": "reference-config/javascript/sandbox.ts", |
| 9 | + "tsconfig": "reference-config/typedoc.js-sdk.json" |
| 10 | + }, |
| 11 | + "commands": { |
| 12 | + "entryPoint": "reference-config/javascript/commands.ts", |
| 13 | + "tsconfig": "reference-config/typedoc.js-sdk.json" |
| 14 | + }, |
| 15 | + "filesystem": { |
| 16 | + "entryPoint": "reference-config/javascript/filesystem.ts", |
| 17 | + "tsconfig": "reference-config/typedoc.js-sdk.json" |
| 18 | + }, |
| 19 | + "templates": { |
| 20 | + "entryPoint": "reference-config/javascript/templates.ts", |
| 21 | + "tsconfig": "reference-config/typedoc.js-sdk.json" |
| 22 | + }, |
| 23 | + "logger": { |
| 24 | + "entryPoint": "reference-config/javascript/logger.ts", |
| 25 | + "tsconfig": "reference-config/typedoc.js-sdk.json" |
| 26 | + }, |
| 27 | + "ready-commands": { |
| 28 | + "entryPoint": "reference-config/javascript/ready-commands.ts", |
| 29 | + "tsconfig": "reference-config/typedoc.js-sdk.json" |
| 30 | + }, |
| 31 | + "code-interpreter": { |
| 32 | + "entryPoint": "reference-config/javascript/code-interpreter.ts", |
| 33 | + "tsconfig": "reference-config/typedoc.code-interpreter.json" |
| 34 | + } |
18 | 35 | }, |
19 | 36 | "python": { |
20 | 37 | "exceptions": ["agentbox.exceptions"], |
|
0 commit comments