Update biome configuration and package scripts. Removed unused ignore file option in biome.json and added file includes. Modified build script in package.json to use tsc directly and added a lint script for biome checks.

This commit is contained in:
2025-09-24 14:32:49 -04:00
parent 33a648460b
commit 38cf9c5eaa
2 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -2,10 +2,10 @@
"$schema": "https://biomejs.dev/schemas/2.2.4/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
"clientKind": "git"
},
"files": {
"includes": ["**", "!**/dist"],
"ignoreUnknown": false
},
"formatter": {