v1.3.0
Features:
-
Wildcard support in
loosely-type-checked-files.json
Paths in
loosely-type-checked-files.json
support wildcards now (e.g.
src/**/*
ornode_modules/**/*
orsrc/{a,b,c}/*.ts
).Matching is done using minimatch.
Engineering:
-
Maintenance work (update npm packages, use newer Node versions in CI).
-
Add integration tests
They give more confidence that the tool is working as expected.