tsconfig

Shared TypeScript config for my projects

MIT License

Downloads
25.6K
Stars
333
Committers
7

Bot releases are visible (Hide)

tsconfig - Latest Release

Published by sindresorhus about 1 year ago

Breaking

  • Require Node.js 18 (#24) 8ed49ab

https://github.com/sindresorhus/tsconfig/compare/v4.0.0...v5.0.0

tsconfig -

Published by sindresorhus about 1 year ago

tsconfig -

Published by sindresorhus over 2 years ago

tsconfig -

Published by sindresorhus over 2 years ago

Breaking

  • Require Node.js 14 and TS 4.7 44a7e4c

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

tsconfig -

Published by sindresorhus about 3 years ago

Breaking

Improvements

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

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

tsconfig -

Published by sindresorhus over 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

tsconfig -

Published by sindresorhus over 3 years ago

tsconfig -

Published by sindresorhus over 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

tsconfig -

Published by sindresorhus over 3 years ago

  • Add noPropertyAccessFromIndexSignature flag 4db7f3d

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

tsconfig -

Published by sindresorhus almost 4 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

tsconfig -

Published by sindresorhus almost 5 years ago

  • Disable useDefineForClassFields temporarily because of TypeScript bugs 1af7e71

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

tsconfig -

Published by sindresorhus almost 5 years ago

tsconfig -

Published by sindresorhus about 5 years ago

tsconfig -

Published by sindresorhus over 5 years ago

Breaking:

  • Target ES2017 (Node.js 8) a5f20de
  • Remove esModuleInterop option 4520ec6
    It causes problems when used in reusable packages:
    • sindresorhus/is#88 (comment)
    • sindresorhus/p-queue#73
    • microsoft/TypeScript#27293

https://github.com/sindresorhus/tsconfig/compare/v0.3.0...v0.4.0

tsconfig -

Published by sindresorhus over 5 years ago

  • Add the resolveJsonModule option 9d39ed4
  • Disable the outDir for now 4dc22f6

https://github.com/sindresorhus/tsconfig/compare/v0.2.1...v0.3.0

tsconfig -

Published by sindresorhus over 5 years ago

  • Add main field to package.json (#4) 8e17a46

https://github.com/sindresorhus/tsconfig/compare/v0.2.0...v0.2.1