Skip to content

Commit 2032668

Browse files
authored
Add node to the tsconfig settings for the module system (#22740)
1 parent f1e5b95 commit 2032668

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tsconfig.module_system.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"outDir": "./lib/module_system",
77
"lib": [
88
"es2019"
9+
],
10+
"types": [
11+
"node"
912
]
1013
},
1114
"include": [

0 commit comments

Comments
 (0)