Skip to content

Releases: carnesen/tsconfig

carnesen-tsconfig-0.5.0 (2022-02-27)

27 Feb 16:45
Compare
Choose a tag to compare

v0.4.1 (2021-05-29)

30 May 02:13
Compare
Choose a tag to compare
  • Internal: Update dev dependencies

  • Change: Remove ts-node transpileOnly = true since that's not an inherited property

2020-07-07 - 0.4.0

07 Jul 21:52
Compare
Choose a tag to compare
  • Set ts-node transpileOnly = true

2020-05-29 - 0.3.1

29 May 10:33
Compare
Choose a tag to compare

Fix

  • Target es2020 otherwise we can't use optional chaining etc.

0.3.0

28 May 08:24
721458d
Compare
Choose a tag to compare

Breaking

Remove entrypoint nodejs/tsconfig.json. Just use the main entrypoint.

Internal

Use ESLint instead of TSLint for linting