BREAKING CHANGE(tsconfig): Remove experimentalDecorators and useDefineForClassFields from tsconfig.json

This commit is contained in:
2025-11-17 08:36:33 +00:00
parent 2896cc396f
commit 13cc0d3014
3 changed files with 8 additions and 3 deletions

View File

@@ -1,7 +1,5 @@
{
"compilerOptions": {
"experimentalDecorators": true,
"useDefineForClassFields": false,
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",