Add initial frontend quality gates and TS hardening (#418)

Co-authored-by: Erion De Andrade <[email protected]>
This commit is contained in:
erionjuniordeandrade-a11y
2026-04-18 03:14:43 -07:00
committed by GitHub
co-authored by Erion De Andrade
parent 9d7e4a417e
commit a6ab5f3858
12 changed files with 51 additions and 122 deletions
+3 -2
View File
@@ -18,8 +18,9 @@
"baseUrl": ".",
"paths": {
"@/*": ["../app/src/*"]
}
},
"types": ["vite/client"]
},
"include": ["src"],
"include": ["src", "../app/src/global.d.ts"],
"references": [{ "path": "./tsconfig.node.json" }]
}