fix(tsconfig): remove experimentalDecorators and useDefineForClassFields from TypeScript configuration files

This commit is contained in:
2025-12-18 13:57:13 +00:00
parent 5980308bb8
commit 10a394c7d8
4 changed files with 8 additions and 4 deletions

View File

@@ -1,6 +1,5 @@
{
"compilerOptions": {
"experimentalDecorators": true,
"lib": ["ES2022", "DOM"],
"target": "ES2022",
"checkJs": true