Releases: chiubaka/tsconfig
Releases · chiubaka/tsconfig
v0.1.0
v0.0.3
Breaking Changes
- Adds a
moduleResolutionoption and sets it tonode16
Bug Fixes
- Adds a
moduleResolutionoption compatible with theresolveJsonModuleoption
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
allowJshas been disabled to preventtsconfig.jsonfrom needing to check too many redundant file patterns**/__fixtures__/*is no longer included underexcludes. Nest__fixtures__in a__test__directory instead.
Bug Fixes
- Fixes
excludepatterns to separate patterns by file type sincetsconfig.jsondoesn't support full glob syntax
Improvements
- Published package now includes just the
tsconfig.jsonfile, which should drastically reduce package size.