Skip to content

Commit a17da50

Browse files
committed
Include diagnostic_channel types because they're experimental in older node
1 parent fd22620 commit a17da50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": "../../tsconfig.json",
33

4-
"include": ["src/**/*"],
4+
"include": ["src/**/*", "./src/integrations/diagnostic_channel.d.ts"],
55

66
"compilerOptions": {
77
"lib": ["es2018"],

0 commit comments

Comments
 (0)