Export tsconfigs
- Dominant language
- TypeScript
- Stars
- 50
- Forks
- 26
- Avg merge
- 7h 10m
- Merged PRs (30d)
- 37
Description
We should export a number of standard configs that can be used in the `extends` option of a tsconfig:
```
"extends": "jsii/tsconfig.strict.json"
```
We should support:
- `jsii/tsconfig.strict.json`
- `jsii/tsconfig.generated.json`
- `jsii/tsconfig.minimal.json`
Example: https://www.npmjs.com/package/@tsconfig/node20
Contributor guide
Research direction
No files, tests, or entry points are named. Start by locating how this package currently publishes TypeScript configuration files, then verify that tsconfig.strict.json, tsconfig.generated.json, and tsconfig.minimal.json can each be resolved through the documented extends form; done means all three are included and usable from the package.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100