|
1 | | -# Interface: SyncProjectReferencesTsConfigs |
| 1 | +[**@apitree.cz/cli**](../README.md) |
2 | 2 |
|
3 | | -## Table of contents |
| 3 | +--- |
4 | 4 |
|
5 | | -### Properties |
| 5 | +# Interface: SyncProjectReferencesTsConfigs |
6 | 6 |
|
7 | | -- [build](SyncProjectReferencesTsConfigs.md#build) |
8 | | -- [cjs](SyncProjectReferencesTsConfigs.md#cjs) |
9 | | -- [default](SyncProjectReferencesTsConfigs.md#default) |
10 | | -- [esm](SyncProjectReferencesTsConfigs.md#esm) |
| 7 | +Defined in: [types.ts:11](https://github.com/ApiTreeCZ/toolbox/blob/main/packages/cli/src/commands/sync-project-references/types.ts#L11) |
11 | 8 |
|
12 | 9 | ## Properties |
13 | 10 |
|
14 | | -### build |
| 11 | +### build? |
| 12 | + |
| 13 | +> `optional` **build**: `string` |
15 | 14 |
|
16 | | -• `Optional` **build**: `string` |
| 15 | +Defined in: [types.ts:21](https://github.com/ApiTreeCZ/toolbox/blob/main/packages/cli/src/commands/sync-project-references/types.ts#L21) |
17 | 16 |
|
18 | 17 | Name of the TS config file for build. |
19 | 18 |
|
20 | | -**`Default Value`** |
| 19 | +#### Default Value |
21 | 20 |
|
22 | 21 | `'tsconfig.build.json'` |
23 | 22 |
|
24 | | -#### Defined in |
25 | | - |
26 | | -[commands/sync-project-references/types.ts:21](https://github.com/ApiTreeCZ/toolbox/blob/develop/packages/cli/src/commands/sync-project-references/types.ts#L21) |
27 | | - |
28 | 23 | --- |
29 | 24 |
|
30 | | -### cjs |
31 | | - |
32 | | -• `Optional` **cjs**: `string` |
| 25 | +### default? |
33 | 26 |
|
34 | | -Name of the TS config file for CJS build (ambient modules only). |
35 | | - |
36 | | -**`Default Value`** |
37 | | - |
38 | | -`'tsconfig.cjs.build.json'` |
39 | | - |
40 | | -#### Defined in |
41 | | - |
42 | | -[commands/sync-project-references/types.ts:26](https://github.com/ApiTreeCZ/toolbox/blob/develop/packages/cli/src/commands/sync-project-references/types.ts#L26) |
43 | | - |
44 | | ---- |
| 27 | +> `optional` **default**: `string` |
45 | 28 |
|
46 | | -### default |
47 | | - |
48 | | -• `Optional` **default**: `string` |
| 29 | +Defined in: [types.ts:16](https://github.com/ApiTreeCZ/toolbox/blob/main/packages/cli/src/commands/sync-project-references/types.ts#L16) |
49 | 30 |
|
50 | 31 | Name of the main TS config file. |
51 | 32 |
|
52 | | -**`Default Value`** |
| 33 | +#### Default Value |
53 | 34 |
|
54 | 35 | `'tsconfig.json'` |
55 | | - |
56 | | -#### Defined in |
57 | | - |
58 | | -[commands/sync-project-references/types.ts:16](https://github.com/ApiTreeCZ/toolbox/blob/develop/packages/cli/src/commands/sync-project-references/types.ts#L16) |
59 | | - |
60 | | ---- |
61 | | - |
62 | | -### esm |
63 | | - |
64 | | -• `Optional` **esm**: `string` |
65 | | - |
66 | | -Name of the TS config file for ESM build (ambient modules only). |
67 | | - |
68 | | -**`Default Value`** |
69 | | - |
70 | | -`'tsconfig.esm.build.json'` |
71 | | - |
72 | | -#### Defined in |
73 | | - |
74 | | -[commands/sync-project-references/types.ts:31](https://github.com/ApiTreeCZ/toolbox/blob/develop/packages/cli/src/commands/sync-project-references/types.ts#L31) |
0 commit comments