Revert back option

This commit is contained in:
RMidhunSuresh 2022-07-29 17:33:33 +05:30
parent 708637e390
commit 39817dc36b
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"noImplicitAny": false, "noImplicitAny": false,
"noEmit": true, "noEmit": true,
"target": "ES2020", "target": "ES2020",
"module": "Node16", "module": "ES2020",
"moduleResolution": "node", "moduleResolution": "node",
"esModuleInterop": true "esModuleInterop": true
}, },