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

@@ -3,5 +3,8 @@
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
]
],
"compilerOptions": {
"ignoreDeprecations": "6.0"
}
}