Skip to content

Releases: finsweet/tsconfig

v1.3.4

05 Mar 14:26
9844ecd
Compare
Choose a tag to compare

Patch Changes

  • f980a8b: chore: updated dependencies

v1.3.3

13 Nov 12:03
f2122e1
Compare
Choose a tag to compare

Patch Changes

  • f916b9b: chore: updated dependencies

v1.3.2

09 Jun 09:38
883ce54
Compare
Choose a tag to compare

Patch Changes

  • fb840f4: chore: updated dependencies

v1.3.1

31 Mar 19:02
9b8c318
Compare
Choose a tag to compare

Patch Changes

  • c0d7cfc: Roll back to moduleResolution="node" because it seems that many libraries still don't support the new bundler option.

v1.3.0

31 Mar 18:31
245b400
Compare
Choose a tag to compare

Minor Changes

  • 4b05785: - Updated config to use the new verbatimModuleSyntax and moduleResolution="bundle" options from TS 5.0.
    • Bumped the compiler target to ES2020.
    • Updated dependencies.

v1.2.0

04 Dec 11:12
b295e85
Compare
Choose a tag to compare

Minor Changes

  • 6f9f17a: Bump compilerOptions.target to ES2019.