Merge pull request #18622 from asgerf/js/typescript-tsconfig-names

JS: Treat more file patterns as tsconfig-like files
This commit is contained in:
Asger F
2025-01-31 09:42:50 +01:00
committed by GitHub
8 changed files with 47 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
---
category: majorAnalysis
---
* TypeScript extraction is now better at analyzing projects where the main `tsconfig.json` file does not include any
source files, but references other `tsconfig.json`-like files that do include source files.