Package detail

@foray1010/tsconfig

foray1010379MIT14.0.0

null

readme

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

14.0.0 (2025-03-11)

⚠ BREAKING CHANGES

  • tsconfig: require nodejs ^20.10.0 || >=22.11.0
  • tsconfig: enforce compatibility with --experimental-strip-types flag
  • tsconfig: drop ts-node config
  • tsconfig: require typescript ^5.8.2

Features

  • tsconfig: enable node18 module (cdd20a3)
  • tsconfig: enforce compatibility with --experimental-strip-types flag (4996c21)

Miscellaneous Chores

  • tsconfig: drop ts-node config (c3ca62b)
  • tsconfig: require nodejs ^20.10.0 || >=22.11.0 (423f255)

13.0.0 (2024-09-10)

⚠ BREAKING CHANGES

  • tsconfig: turn on noUncheckedSideEffectImports flag

Features

  • tsconfig: turn on noUncheckedSideEffectImports flag (507da41)

12.1.0 (2024-07-21)

Features

  • tsconfig: set target to es2023 (a134698)

12.0.0 (2023-11-17)

⚠ BREAKING CHANGES

  • require node ^18.12.0 || >=20.9.0

Features

Miscellaneous Chores

  • require node ^18.12.0 || >=20.9.0 (e231508)

11.0.2 (2023-08-30)

Bug Fixes

  • tsconfig: use correct module resolution for typescript 5.2.2 (57f4054)

11.0.1 (2023-03-23)

Bug Fixes

  • tsconfig: 'isolatedModules' cannot be specified with 'verbatimModuleSyntax' (bff99ca)
  • tsconfig: does not work with existing eslint plugins because of multiple extends (57e9674)

11.0.0 (2023-03-23)

⚠ BREAKING CHANGES

  • require node ^16.14.0 || >=18.12.0
  • tsconfig: require typescript v5

Features

  • support ES2021 (40a0e28)
  • tsconfig: require typescript v5 (ef8b2e7)
  • tsconfig: split tsconfig to mutliple files for different scenarios (fcaf3ae)

Miscellaneous Chores

  • require node ^16.14.0 || >=18.12.0 (5baf6eb)

10.0.0 (2022-11-07)

⚠ BREAKING CHANGES

  • drop nodejs 14.17 and 18.11

Miscellaneous Chores

  • drop nodejs 14.17 and 18.11 (8e5c967)

9.1.0 (2022-10-21)

Features

  • tsconfig: add default config for ts-node (c42433b)

9.0.1 (2022-10-21)

Bug Fixes

  • use node module resolution as node16 does not work with many libraries (3b37293)

9.0.0 (2022-10-21)

⚠ BREAKING CHANGES

  • enforce file extension and use native esm typescript

Features

  • enforce file extension and use native esm typescript (c885710)

8.1.0 (2022-10-07)

Features

  • tsconfig: add DOM.Iterable in lib (d04c00a)
  • tsconfig: enable exactOptionalPropertyTypes (51f22f5)
  • tsconfig: enable noUncheckedIndexedAccess (6557b74)
  • use indexed syntax for accessing undefined fields (7c1f9d6)

8.0.2 (2022-08-24)

Note: Version bump only for package @foray1010/tsconfig

8.0.1 (2022-08-24)

Note: Version bump only for package @foray1010/tsconfig

8.0.0 (2022-07-28)

⚠ BREAKING CHANGES

  • tsconfig: require typescript ^4.7.4

Features

  • tsconfig: enable noImplicitOverride (f74a2f1)

7.0.1 (2022-06-13)

Bug Fixes

  • should drop node 17 in version range (0e911fd)

7.0.0 (2022-06-13)

⚠ BREAKING CHANGES

  • drop support for typescript >=5
  • drop node 12 and 17

Miscellaneous Chores

  • drop node 12 and 17 (c43351e)
  • remove peerDependencies versions that are not sure if supported (2175adb)

6.0.0 (2021-11-10)

⚠ BREAKING CHANGES

  • only support node ^12.22.0 || ^14.17.0 || >=16.13.0

Miscellaneous Chores

  • bump node version requirement (6906953)

5.0.1 (2021-08-25)

Note: Version bump only for package @foray1010/tsconfig

5.0.0 (2021-04-29)

⚠ BREAKING CHANGES

  • drop node 10

Miscellaneous Chores

4.1.2 (2021-03-08)

Bug Fixes

  • remove optional peer dependencies from package.json (886e5f1)

4.1.1 (2020-12-21)

Note: Version bump only for package @foray1010/tsconfig

4.1.0 (2020-11-22)

Features

  • enable forceConsistentCasingInFileNames and skipLibCheck (follow @tsconfig/recommended) (1f38aea)

4.0.0 (2020-11-20)

Features

  • tsconfig: enable automatic react runtime (2d4d672)

BREAKING CHANGES

  • tsconfig: require typescript >=4.1.2 and react >=17

3.0.1 (2020-08-26)

Note: Version bump only for package @foray1010/tsconfig

3.0.0 (2020-08-21)

Features

  • tsconfig: enable incremental build (fd5a956)

BREAKING CHANGES

  • tsconfig: require typescript >=4.0.2

2.1.0 (2020-06-25)

Features

2.0.2 (2020-06-25)

Note: Version bump only for package @foray1010/tsconfig

2.0.1 (2020-06-17)

Bug Fixes

  • sync tsconfig target with lib (a5f3f4a)

2.0.0 (2020-06-03)

Features

  • tsconfig: default only do type checking (77649bf)

BREAKING CHANGES

  • tsconfig: default tsconfig only do type checking

1.1.0 (2020-06-02)

Features