Skip to content

Commit 30fe632

Browse files
committed
v18 test workaround
1 parent afce591 commit 30fe632

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

types/node/v18/node.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/// <reference path="index.d.ts" />

types/node/v18/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"strictFunctionTypes": true,
1717
"baseUrl": "../../",
1818
"typeRoots": [
19+
".",
1920
"../../"
2021
],
2122
"types": [],
@@ -27,4 +28,4 @@
2728
]
2829
}
2930
}
30-
}
31+
}

0 commit comments

Comments
 (0)