MetaMask / MetaMask/nonce-tracker
TypeScript version/config is out of date
- Dominant language
- JavaScript
- Stars
- 48
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
- The TypeScript version should match the one specified in the module template
- Currently there is one TypeScript configuration file, `tsconfig.json`. Instead there should be two, `tsconfig.json` and `tsconfig.build.json`
- `tsup` should be added as a dependency, and `tsup.config.ts` should be copied over
- `package.json` is missing `types`, `module`, and `exports` fields
- The `build` package script should be updated to match the module template, and `build:types` should be copied
Contributor guide
No contributing guide indexed for this repository
Research direction
Compare package.json and tsconfig.json with the module template, then review the requested tsconfig.build.json, tsup.config.ts, and build scripts. Update the configuration to match the template, including the listed package fields and TypeScript version. Done means the requested files, dependency, scripts, and package metadata all match the template.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100