You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,6 @@ dts(entryPoint, options)
65
65
|`emitDtsOnly`|`boolean`|`false`| When `true`, the plugin will only emit `.d.ts` files and remove all other chunks. Useful when generating `d.ts` files for CommonJS format as part of a separate build process. |
66
66
|`tsconfig`|`string \| boolean`|`"tsconfig.json"`| The path to the `tsconfig.json` file. When set to `false`, any `tsconfig.json` file will be ignored. |
67
67
|`compilerOptions`|`object`|`{}`| The `compilerOptions` for the TypeScript compiler. See [TypeScript compiler options](https://www.typescriptlang.org/docs/handbook/compiler-options.html). |
68
-
|`sourcemap`|`boolean`|`false`| When `true`, the plugin will generate declaration maps (`.d.ts.map` files) for `.d.ts` files. |
69
68
|`resolve`|`boolean \| (string \| RegExp)[]`|`false`| Resolve external types used in `.d.ts` files from `node_modules`. Can be a boolean or an array of strings/RegExp patterns. |
70
69
|`resolvePaths`|`boolean`|`false`| When `true`, the plugin will resolve `paths` in `tsconfig.json`. This option is enabled automatically when `paths` is set in `compilerOptions`. |
0 commit comments