nitram

Results 4 comments of nitram

Same problem with 15.1.0 My work around, use a (!): ``` include: - A/B/C/** - "!A/B/C/D" ``` instead of ``` include: - A/B/C/** exclude: - A/B/C/D ``` It looks like...

I'm having this problem with the lib **tst-reflect**/**tst-reflect-transformer**: "TS6133 declared but value never read" I want that strict checking on our project but would love if it was not enforced...

I can't imagine the amount of packages that have this exact problem which end up just not using strict mode and introduce iffy code making everything worst downstream.

> Can people post "Here's how I ended up importing .ts files from node_modules" or "Here are the errors in a .d.ts in node_modules I had" instead of "same" ?...