Add ENV type checking.

This commit is contained in:
Patrick Fic
2025-03-25 20:10:01 -07:00
parent c7aa51f202
commit 2f712e24c9
4 changed files with 14 additions and 6 deletions

View File

@@ -12,6 +12,7 @@
"composite": true,
"jsx": "react-jsx",
"baseUrl": ".",
"types": ["vite/client"],
"paths": {
"@renderer/*": ["src/renderer/src/*"]
}