forked from mystiq/hydrogen-web
Let ts know that we can use replaceAll()
This commit is contained in:
parent
1ef382f3a9
commit
2f3db89e0a
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
"noEmit": true,
|
||||
"target": "ES2020",
|
||||
"module": "ES2020",
|
||||
"lib": ["ES2021", "DOM"],
|
||||
"moduleResolution": "node",
|
||||
"esModuleInterop": true
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue