Skip to content

Releases: chiubaka/tsconfig

v0.1.0

11 Aug 00:57
b5a60c6
Compare
Choose a tag to compare

What's Changed

  • Update tsconfig.json with options from Nx's tsconfig.base.json
  • Set up CI/CD for build/lint/publish by @chiubaka in #12

Full Changelog: v0.0.3...v0.1.0

v0.0.3

06 Jul 20:01
6232593
Compare
Choose a tag to compare

Breaking Changes

  • Adds a moduleResolution option and sets it to node16

Bug Fixes

  • Adds a moduleResolution option compatible with the resolveJsonModule option

Improvements

  • Adds basic meta info to package.json
  • Sets up some basic developer workflows for testing and developing this package

Full Changelog: v0.0.2...v0.0.3

v0.0.2

06 Jul 16:48
f2c01d0
Compare
Choose a tag to compare

Breaking Changes

  • allowJs has been disabled to prevent tsconfig.json from needing to check too many redundant file patterns
  • **/__fixtures__/* is no longer included under excludes. Nest __fixtures__ in a __test__ directory instead.

Bug Fixes

  • Fixes exclude patterns to separate patterns by file type since tsconfig.json doesn't support full glob syntax

Improvements

  • Published package now includes just the tsconfig.json file, which should drastically reduce package size.

v0.0.1

06 Jul 15:34
a2469a6
Compare
Choose a tag to compare
  • First version of the generalized configs based off of @tsconfig/recommended, with some overrides based on edits in the Midana project.