feat: add TimeConverter component and e2e test setup

This commit is contained in:
Loic Coenen
2026-06-24 16:15:56 +02:00
committed by Loic Coenen (aider)
parent 07b48a6490
commit 0f0709b90d
10 changed files with 354 additions and 120 deletions

View File

@@ -19,6 +19,7 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"erasableSyntaxOnly": true,
"ignoreDeprecations": "6.0",
"noFallthroughCasesInSwitch": true
},
"include": ["src"]