Skip to content

v1.3.0

Compare
Choose a tag to compare
@Gelio Gelio released this 08 Jan 17:24
· 9 commits to master since this release

Features:

  • Wildcard support in loosely-type-checked-files.json

    Paths in loosely-type-checked-files.json support wildcards now (e.g.
    src/**/* or node_modules/**/* or src/{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.