mirror of
https://github.com/lukaszraczylo/cloudflare-crawl-mcp.git
synced 2026-06-10 23:28:49 +00:00
fix: resolve TypeScript errors in GitHub Actions
- Add explicit types array to tsconfig.json for vitest/globals and node - Add type annotations to test destructuring parameters to fix implicit any types - Add explicit types to test case arrays This resolves the TypeScript compilation errors that were failing the CI pipeline.
This commit is contained in:
+2
-1
@@ -8,7 +8,8 @@
|
||||
"outDir": "dist",
|
||||
"rootDir": "src",
|
||||
"declaration": true,
|
||||
"skipLibCheck": true
|
||||
"skipLibCheck": true,
|
||||
"types": ["vitest/globals", "node"]
|
||||
},
|
||||
"include": ["src/**/*"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user