Releases: chiubaka/tsconfig
Releases · chiubaka/tsconfig
v0.1.0
v0.0.3
Breaking Changes
- Adds a
moduleResolution
option and sets it tonode16
Bug Fixes
- Adds a
moduleResolution
option compatible with theresolveJsonModule
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
Breaking Changes
allowJs
has been disabled to preventtsconfig.json
from needing to check too many redundant file patterns**/__fixtures__/*
is no longer included underexclude
s. Nest__fixtures__
in a__test__
directory instead.
Bug Fixes
- Fixes
exclude
patterns to separate patterns by file type sincetsconfig.json
doesn't support full glob syntax
Improvements
- Published package now includes just the
tsconfig.json
file, which should drastically reduce package size.