react-workspaces/react-workspaces-playground
components-typescript package.json main field is confusing
オープン
#43 opened on 2020/04/03
good first issuehelp wanted
Repository metrics
- Stars
- (755 個のスター)
- PR merge metrics
- (30d に merged PR はありません)
説明
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?