Update tsconfig.json

This commit is contained in:
string 2025-06-09 10:59:44 +05:30
parent 538fb93f22
commit d8e360d7f2

View File

@ -10,6 +10,8 @@
"experimentalDecorators": true,
"moduleResolution": "node",
"importHelpers": true,
"allowSyntheticDefaultImports":true,
"skipLibCheck": true,
"target": "ES2022",
"module": "ES2022",
"lib": [
@ -18,4 +20,4 @@
],
"useDefineForClassFields": false
}
}
}