Fix linting issues

This commit is contained in:
2026-03-19 10:57:43 -07:00
parent 2291bdfe3b
commit 0b2e0ce1b6
7 changed files with 58 additions and 56 deletions

View File

@@ -25,6 +25,7 @@
]
},
"include": [
"src/**/*.ts"
"src/**/*.ts",
"vitest.config.ts"
]
}