chore(ui): Clean up warnings (#536)

This commit is contained in:
Marc Brooks
2025-05-30 08:01:32 -05:00
committed by GitHub
parent 718b343713
commit 8d77d75294
5 changed files with 28 additions and 26 deletions

View File

@@ -2,6 +2,7 @@
"compilerOptions": {
"target": "ES2020",
"useDefineForClassFields": true,
"forceConsistentCasingInFileNames": true,
"lib": ["ES2021", "DOM", "DOM.Iterable"],
"module": "ESNext",
"skipLibCheck": true,