Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: don't ignore the tsconfig file name in project paths or path pat…
…terns `getTsConfig` treats every path as a directory and looks for a `tsconfig.json` in the closest parent directory this breaks any configuration that uses file names other than tsconfig.json, as is convention for [solution-style](https://devblogs.microsoft.com/typescript/announcing-typescript-3-9/#solution-style-tsconfig) tsconfigs, which is exacerbated by the lack of support for the `references` field (see import-js#94)
- Loading branch information