Add node to the tsconfig settings for the module system (#22740)
This commit is contained in:
parent
f1e5b95554
commit
2032668e3a
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
||||||
"outDir": "./lib/module_system",
|
"outDir": "./lib/module_system",
|
||||||
"lib": [
|
"lib": [
|
||||||
"es2019"
|
"es2019"
|
||||||
|
],
|
||||||
|
"types": [
|
||||||
|
"node"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
|
|
Loading…
Reference in a new issue