refactor!: Disable experimentalDecorators and emitDecoratorMetadata in tsconfig

This commit is contained in:
2024-08-24 02:02:41 +02:00
parent 19f7be1e3d
commit 78564b9a76

View File

@@ -18,8 +18,6 @@
"importHelpers": true,
"isolatedModules": true,
"resolveJsonModule": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"strictNullChecks": true,
"strictPropertyInitialization": true,
"lib": [