[READ-ONLY] Mirror of https://github.com/danielroe/siroc. Zero-config build tooling for Node
bundle node package rollup typescript
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: export default package options

Daniel Roe (Sep 30, 2020, 12:18 PM +0100) 78e4757c af116356

+1 -1
+1 -1
src/core/package/index.ts
··· 30 30 } from '../utils' 31 31 import type { PackageJson } from './types' 32 32 33 - interface DefaultPackageOptions { 33 + export interface DefaultPackageOptions { 34 34 /** 35 35 * The root directory of the package 36 36 * @default process.cwd()