update TypeScript target version to es2021

This commit is contained in:
himanshu8443
2025-06-16 22:26:47 +05:30
parent 2a4aa2a680
commit 4c95efcb5b

View File

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