Refactor DSA types and components for better structure and type consistency.

This commit is contained in:
2025-06-22 01:27:19 +02:00
parent 45ce0ea3cc
commit f148695c59
19 changed files with 609 additions and 156 deletions

View File

@@ -17,7 +17,7 @@
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"erasableSyntaxOnly": false,
"erasableSyntaxOnly": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
},