-
-
Notifications
You must be signed in to change notification settings - Fork 552
How to don't skip files? #618
Copy link
Copy link
Closed
Labels
questionSupport requests. We tend not to answer these on Github. Nowadays I convert to Discussion instead.Support requests. We tend not to answer these on Github. Nowadays I convert to Discussion instead.
Metadata
Metadata
Assignees
Labels
questionSupport requests. We tend not to answer these on Github. Nowadays I convert to Discussion instead.Support requests. We tend not to answer these on Github. Nowadays I convert to Discussion instead.
v7.0.0 breaks all my merge declarations. I could get it partly to work by adding them to
tsconfig.json'sfilesand using the--filesoption when runningts-node, but that doesn't work when running tests with nyc or in general when loading vianodeand--require.How do I get the old behavior back?