fixed at least as far as possible right now. does render stuff

This commit is contained in:
2025-07-02 17:22:37 +02:00
parent 2331a79884
commit 4bc9ab19d5
5 changed files with 65 additions and 36 deletions

View File

@@ -21,7 +21,8 @@
"noUnusedParameters": true,
"erasableSyntaxOnly": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
"noUncheckedSideEffectImports": true,
"allowSyntheticDefaultImports": true
},
"include": ["src"]
}