mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Add node to the tsconfig settings for the module system (#22740)
This commit is contained in:
parent
f1e5b95554
commit
2032668e3a
@ -6,6 +6,9 @@
|
|||||||
"outDir": "./lib/module_system",
|
"outDir": "./lib/module_system",
|
||||||
"lib": [
|
"lib": [
|
||||||
"es2019"
|
"es2019"
|
||||||
|
],
|
||||||
|
"types": [
|
||||||
|
"node"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
|
Loading…
Reference in New Issue
Block a user