mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-02-08 18:48:18 +01:00
Let ts know that we can use replaceAll()
This commit is contained in:
parent
1ef382f3a9
commit
2f3db89e0a
@ -5,6 +5,7 @@
|
|||||||
"noEmit": true,
|
"noEmit": true,
|
||||||
"target": "ES2020",
|
"target": "ES2020",
|
||||||
"module": "ES2020",
|
"module": "ES2020",
|
||||||
|
"lib": ["ES2021", "DOM"],
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
"esModuleInterop": true
|
"esModuleInterop": true
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user