Releases: sindresorhus/tsconfig
Releases Β· sindresorhus/tsconfig
v6.0.0
Breaking
- Require TypeScript 5.5 or later.
Improvements
- Add
outDir
property- If you use
distribution
for theoutDir
, you can remove that key from your own config.
- If you use
v5.0.0
v4.0.0
v3.0.1
- Fix v3 regression e18d3b4
v3.0.0
v2.0.0
v1.0.2
v1.0.1
v1.0.0
- Target Node.js 12 and move to ESM f5aa5f5
This config is now meant for npm packages with"type": "module"
. Don't upgrade until you have moved a package to ESM.
v0.9.0
- Add
noPropertyAccessFromIndexSignature
flag 4db7f3d