Tsconfig Versions Save

Shared TypeScript config for my projects

v3.0.1

1 year ago

v3.0.0

1 year ago

Breaking

  • Require Node.js 14 and TS 4.7 44a7e4c

https://github.com/sindresorhus/tsconfig/compare/v2.0.0...v3.0.0

v2.0.0

2 years ago

Breaking

Improvements

  • Add DOM.Iterable to libs (#13) 77c4741

https://github.com/sindresorhus/tsconfig/compare/v1.0.2...v2.0.0

v1.0.2

3 years ago
  • Include DOM lib in types (#11) 3189d78 It was accidentally left out in the previous release.

https://github.com/sindresorhus/tsconfig/compare/v1.0.1...v1.0.2

v1.0.1

3 years ago

v1.0.0

3 years ago
  • 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.

https://github.com/sindresorhus/tsconfig/compare/v0.9.0...v1.0.0

v0.9.0

3 years ago
  • Add noPropertyAccessFromIndexSignature flag 4db7f3d

https://github.com/sindresorhus/tsconfig/compare/v0.8.0...v0.9.0

v0.8.0

3 years ago
  • Require Node.js 10 eee7b81
  • Re-enable the useDefineForClassFields flag 543c786
  • Add noUncheckedIndexedAccess flag a1ea5cc

https://github.com/sindresorhus/tsconfig/compare/v0.7.0...v0.8.0

v0.7.0

4 years ago
  • Disable useDefineForClassFields temporarily because of TypeScript bugs 1af7e71

https://github.com/sindresorhus/tsconfig/compare/v0.6.0...v0.7.0