We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ef23e commit 906fdedCopy full SHA for 906fded
CHANGELOG.md
@@ -260,16 +260,16 @@
260
| false
261
| {
262
/** Files to copy from the package root to dist */
263
- copy?: Array<string>;
264
- };
+ copy?: Array<string>
+ }
265
/** Whether the package should be checked. */
266
check?:
267
268
269
/** Exports within the package that should not be checked. */
270
- skip?: Array<string>;
271
272
+ skip?: Array<string>
273
```
274
275
## 2.0.0
0 commit comments