JS: Bugfix in tsconfig file inclusion handling

This commit is contained in:
Asger Feldthaus
2021-04-01 16:03:13 +01:00
parent 564a6873f8
commit acc28df785
2 changed files with 2 additions and 1 deletions

View File

@@ -1,2 +1,3 @@
| A/index.ts:1:1:1:35 | import ... c/foo"; | B/src/foo.ts:1:1:4:0 | <toplevel> |
| B/src/foo.ts:1:1:1:30 | import ... b/bar"; | B/src/lib/bar.ts:1:1:4:0 | <toplevel> |
| B/src/lib/bar.ts:1:1:1:26 | import ... "foo"; | B/src/foo.ts:1:1:4:0 | <toplevel> |