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
|[dts.bundle](/config/lib/dts#dtsbundle)| Whether to bundle the declaration files. |
84
+
|[dts.distPath](/config/lib/dts#dtsdistpath)| The output directory of declaration files. |
85
+
|[dts.build](/config/lib/dts#dtsbuild)| Whether to generate declaration files with building the project references. |
86
+
|[dts.abortOnError](/config/lib/dts#dtsabortonerror)| Whether to abort the build process when an error occurs during declaration files generation. |
87
+
|[dts.autoExtension](/config/lib/dts#dtsautoextension)| Whether to automatically set the declaration file extension based on the [format](/config/lib/format) option. |
88
+
|[banner.dts](/config/lib/banner#bannerdts)| Inject content into the top of each declaration output file. |
89
+
|[footer.dts](/config/lib/footer#footerdts)| Inject content into the bottom of each declaration file. |
90
+
|[redirect.dts.path](/config/lib/redirect#redirectdtspath)| Whether to automatically redirect the import paths of TypeScript declaration output files. |
91
+
|[redirect.dts.extension](/config/lib/redirect#redirectdtsextension)| Whether to automatically redirect the file extension to import paths based on the TypeScript declaration output files. |
0 commit comments