Skip to content

Commit bcd0f57

Browse files
committed
update README
1 parent cbba4fc commit bcd0f57

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,9 @@ In TypeScript, the `include`/`exclude` properties specify which `*.ts` files to
116116

117117
### `cmkOptions.dtsOutDir`
118118

119-
Specifies the directory where `*.d.ts` files are output. The default is `"generated"`.
119+
Type: `string`, Default: `"generated"`
120+
121+
Specifies the directory where `*.d.ts` files are output.
120122

121123
```jsonc
122124
{
@@ -131,7 +133,9 @@ Specifies the directory where `*.d.ts` files are output. The default is `"genera
131133

132134
### `cmkOptions.arbitraryExtensions`
133135

134-
Determines whether to generate `*.module.d.css.ts` instead of `*.module.css.d.ts`. The default is `false`.
136+
Type: `boolean`, Default: `false`
137+
138+
Determines whether to generate `*.module.d.css.ts` instead of `*.module.css.d.ts`.
135139

136140
```jsonc
137141
{
@@ -146,7 +150,9 @@ Determines whether to generate `*.module.d.css.ts` instead of `*.module.css.d.ts
146150

147151
### `cmkOptions.namedExports`
148152

149-
Determines whether to generate named exports in the d.ts file instead of a default export. The default is `false`.
153+
Type: `boolean`, Default: `false`
154+
155+
Determines whether to generate named exports in the d.ts file instead of a default export.
150156

151157
```jsonc
152158
{

0 commit comments

Comments
 (0)