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": {
"target": "es2021",
"target": "es2015",
"module": "commonjs",
"rootDir": "./providers",
"outDir": "./dist",