test: Include type checks on builders (#10692)

test: include type checks on builders
This commit is contained in:
Jiralite
2025-01-05 12:16:25 +00:00
committed by GitHub
parent 28126cd375
commit 9a400730f5
3 changed files with 2 additions and 10 deletions

View File

@@ -5,6 +5,6 @@
"emitDecoratorMetadata": true,
"exactOptionalPropertyTypes": false
},
"include": ["src/**/*.ts", "src/**/*.js", "src/**/*.cjs", "src/**/*.mjs", "bin"],
"include": ["src/**/*.ts", "src/**/*.js", "src/**/*.cjs", "src/**/*.mjs", "bin", "__tests__", "../../vitest.d.ts"],
"exclude": ["node_modules"]
}