Package Exports
- @pnpm/types
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@pnpm/types) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@pnpm/types
Basic types used by pnpm
Installation
npm i -S @pnpm/typesUsage
import {PackageJson} from '@pnpm/types'
const pkg: PackageJson = {
name: 'foo',
version: '1.0.0',
}