Skip to content

Commit

Permalink
Add node to the tsconfig settings for the module system (#22740)
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Jul 5, 2022
1 parent f1e5b95 commit 2032668
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tsconfig.module_system.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"outDir": "./lib/module_system",
"lib": [
"es2019"
],
"types": [
"node"
]
},
"include": [
Expand Down

0 comments on commit 2032668

Please sign in to comment.