rollback tsconfig test changes

This commit is contained in:
Danya H 2024-06-13 02:18:55 +01:00
parent c52cd8b4c8
commit e412aff01b

View File

@ -1,7 +1,7 @@
{ {
"compilerOptions": { "compilerOptions": {
"target": "ESNext", "target": "ESNext",
"lib": ["ESNext","ES2019", "ES6"], "lib": ["ESNext","ES2019"],
"moduleResolution": "node", "moduleResolution": "node",
"module": "ESNext", "module": "ESNext",
"esModuleInterop": true, "esModuleInterop": true,