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

weeman1337/force_jitsi_on_screen
Travis Ralston 2022-07-05 21:09:26 +02:00 committed by GitHub
parent f1e5b95554
commit 2032668e3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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