Let ts know that we can use replaceAll()

This commit is contained in:
RMidhunSuresh 2022-07-15 14:55:21 +05:30
parent 1ef382f3a9
commit 2f3db89e0a
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
"noEmit": true,
"target": "ES2020",
"module": "ES2020",
"lib": ["ES2021", "DOM"],
"moduleResolution": "node",
"esModuleInterop": true
},