Active display of a timer

This commit is contained in:
2022-07-29 04:22:21 +02:00
parent f67d5f6a2e
commit 263b4edd07
6 changed files with 251 additions and 102 deletions

View File

@@ -6,6 +6,9 @@
"module": "ESNext",
"resolveJsonModule": true,
"baseUrl": ".",
"paths": {
"@app/*": ["./src/*"]
},
/**
* Typecheck JS in `.svelte` and `.js` files by default.
* Disable checkJs if you'd like to use dynamic types in JS.