Example fix
Lint / lint (push) Successful in 38s

This commit is contained in:
Julien Valverdé
2026-07-19 03:27:41 +02:00
parent cbb050673b
commit 885cff74b3
31 changed files with 1368 additions and 54 deletions
+4
View File
@@ -22,6 +22,10 @@
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true,
"paths": {
"@/*": ["./src/*"]
},
"plugins": [
{ "name": "@effect/language-service" }
]