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 c700ab7 commit 8cb105cCopy full SHA for 8cb105c
CHANGELOG.md
@@ -325,16 +325,16 @@
325
| false
326
| {
327
/** Files to copy from the package root to dist */
328
- copy?: Array<string>;
329
- };
+ copy?: Array<string>
+ }
330
/** Whether the package should be checked. */
331
check?:
332
333
334
/** Exports within the package that should not be checked. */
335
- skip?: Array<string>;
336
337
+ skip?: Array<string>
338
```
339
340
## 2.0.0
0 commit comments