Skip to content

Commit 474992f

Browse files
committed
Fix types typo
1 parent 901df4e commit 474992f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ export interface Options extends DelOptions {
55
/**
66
* Rollup hook the plugin should use.
77
* @default 'buildStart'
8-
* end
98
*/
109
readonly hook?: AsyncPluginHooks
1110

@@ -17,7 +16,6 @@ export interface Options extends DelOptions {
1716

1817
/**
1918
* Patterns of files and folders to be deleted.
20-
* @default []
2119
*
2220
* ```js
2321
* // Folder
@@ -29,6 +27,8 @@ export interface Options extends DelOptions {
2927
* // Mixed
3028
* del({ targets: ['dist/*', 'images/*.webp'] })
3129
* ```
30+
*
31+
* @default []
3232
*/
3333
readonly targets?: readonly string[] | string
3434

0 commit comments

Comments
 (0)