Skip to content

Releases: filiptammergard/tsconfig

v2.8.0

11 Jan 08:08
Compare
Choose a tag to compare

Minor Changes

  • ddd3e18: Set moduleDetection to force.

v2.7.0

15 Nov 13:21
Compare
Choose a tag to compare

Minor Changes

  • d58a4e2: Bump target and lib to es2022.

v2.6.0

27 Apr 06:27
Compare
Choose a tag to compare

Minor Changes

  • 402993c: Enable noErrorTruncation.

v2.5.0

26 Apr 09:43
Compare
Choose a tag to compare

Minor Changes

  • 2891af8: Enable verbatimModuleSyntax.

v2.4.1

24 Apr 06:39
Compare
Choose a tag to compare

Patch Changes

  • a92694d: Publish with provenance.

v2.4.0

20 Apr 06:47
Compare
Choose a tag to compare

Minor Changes

  • f733fb6: Re-enable esModuleInterop.

v2.3.0

31 Mar 09:29
Compare
Choose a tag to compare

Minor Changes

  • 02d3aa1: Disable esModuleInterop and enable allowSyntheticDefaultImports for better accuracy.

v2.2.0

30 Mar 06:45
Compare
Choose a tag to compare

Minor Changes

  • 3a27d5f: Update usage instructions

v2.1.0

30 Mar 06:01
Compare
Choose a tag to compare

Minor Changes

  • 9e0f907: Turn on noUncheckedIndexedAccess rule.

v2.0.0

29 Mar 13:05
Compare
Choose a tag to compare

2.0.0 (2023-03-29)

⚠ BREAKING CHANGES

  • bump typescript peer dep
  • change moduleResolution default to bundler

Features

  • change moduleResolution default to bundler (ab0cd0b)

Miscellaneous Chores

  • bump typescript peer dep (616c8e4)