Fix failing CI after Vite
Some checks failed
CI / Go tests & lint (push) Successful in 9s
CI / Frontend tests & type-check (push) Failing after 14s

This commit is contained in:
2026-04-09 10:50:39 -03:00
parent 8344bf016f
commit 9dbe18caea

View File

@@ -17,6 +17,5 @@
"jsx": "react-jsx",
"types": ["vitest/globals"]
},
"include": ["src", "vite.config.ts"],
"references": [{ "path": "./tsconfig.app.json" }]
"include": ["src", "vite.config.ts"]
}