react-workspaces/react-workspaces-playground

components-typescript package.json main field is confusing

Aberta

#43 aberto em 3 de abr. de 2020

 (1 comentário) (0 reação) (0 responsável)JavaScript (130 forks)batch import
good first issuehelp wanted

Métricas do repositório

Stars
 (755 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 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?

Guia do colaborador