Releases: songkeys/tsconfig-to-swcconfig
Releases · songkeys/tsconfig-to-swcconfig
v2.2.0
v2.1.0
v2.0.1
v2.0.0
Breaking Change
- do not read
strict
from tsconfig.json (#11) (thanks to @spmiller )- reason:
tsc
's definition ofstrict
is not the same asswc
's definition.
- reason: