Skip to content

Commit c7092d8

Browse files
chore: update types
1 parent bfe3e64 commit c7092d8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

types.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18791,6 +18791,11 @@ declare interface TsconfigPathsMap {
1879118791
*/
1879218792
refs: { [index: string]: TsconfigPathsData };
1879318793

18794+
/**
18795+
* all contexts (main + refs) for quick lookup
18796+
*/
18797+
allContexts: { [index: string]: TsconfigPathsData };
18798+
1879418799
/**
1879518800
* file dependencies
1879618801
*/

0 commit comments

Comments
 (0)