File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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{
You can’t perform that action at this time.
0 commit comments