Change project setup
Lint / lint (push) Failing after 11s

This commit is contained in:
Julien Valverdé
2025-10-01 13:23:11 +02:00
parent 32ba35e4a9
commit 520ee8ac1f
17 changed files with 126 additions and 291 deletions
+6 -1
View File
@@ -26,7 +26,12 @@
// Build
"outDir": "./dist",
"declaration": true
"declaration": true,
"sourceMap": true,
"plugins": [
{ "name": "@effect/language-service" }
]
},
"include": ["./src"]