Create types for player & view

This commit is contained in:
2026-04-09 12:52:54 +02:00
parent c71c8fb8f9
commit e1e2fa3f3b
70 changed files with 3499 additions and 369 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"allowUnusedLabels": false,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react",
"jsx": "react-jsx",
"lib": ["esnext"],
"module": "esnext",
"moduleResolution": "node",