revert TypeScript target version from es2021 to es2015

This commit is contained in:
himanshu8443
2025-06-18 11:42:07 +05:30
parent d27461855e
commit 16b7b1720d

View File

@@ -1,6 +1,6 @@
{ {
"compilerOptions": { "compilerOptions": {
"target": "es2021", "target": "es2015",
"module": "commonjs", "module": "commonjs",
"rootDir": "./providers", "rootDir": "./providers",
"outDir": "./dist", "outDir": "./dist",