Skip to content

Releases: egoist/load-tsconfig

v0.2.5

Choose a tag to compare

@github-actions github-actions released this 19 Mar 12:17
  • fix: properly handle require

v0.2.4

Choose a tag to compare

@github-actions github-actions released this 19 Mar 10:00
  • feat: support typescript 5 extends
  • fix: allow extends without .json suffix, closes #21

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 30 Jan 08:36
  • Use globalThis.require

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 29 Jan 10:03
  • Re-adding node 12.20.0 and commonjs support.

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 26 Jan 10:46
  • Allow to provide custom filename without a leading ./, i.e. loadTsConfig('.', 'tsconfig.build.json') works now.

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 26 Jan 08:44
  • Release as pure ESM package.

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 26 Jan 06:59
  • Loading the nearest tsconfig.json

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 26 Jan 06:32
  • Change build target to node14