react-workspaces/react-workspaces-playground

components-typescript package.json main field is confusing

Open

#43 opened on Apr 3, 2020

View on GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (130 forks)batch import
good first issuehelp wanted

Repository metrics

Stars
 (755 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

In packages/components-typescript/package.json the fields main and main:src: refer to files that do not exist:

  "main": "src/index.tsx",
  "main:src": "src/index.tsx",

The index.tsx file is located in packages/components-typescript/index.tsx

Are these two fields redundant?

Contributor guide