Add node to the tsconfig settings for the module system (#22740)

This commit is contained in:
Travis Ralston
2022-07-05 21:09:26 +02:00
committed by GitHub
parent f1e5b95554
commit 2032668e3a

View File

@@ -6,6 +6,9 @@
"outDir": "./lib/module_system",
"lib": [
"es2019"
],
"types": [
"node"
]
},
"include": [