Files
codeql/javascript/change-notes/2021-04-01-tsconfig-file-inclusion-handling.md
2021-04-07 12:29:06 +01:00

6 lines
270 B
Markdown

lgtm,codescanning
* Fixed a bug which caused some imports to be resolved incorrectly
for projects containing multiple `tsconfig.json` files.
* Fixed a bug which could cause some files in the `node_modules` folder
to be extracted even though they should be excluded.