fix(config): Enable type checking for config tests (#11436)

This commit is contained in:
Sandy Tao
2025-10-17 22:39:53 -07:00
committed by GitHub
parent 725b312032
commit dd42893df7
4 changed files with 70 additions and 73 deletions
-4
View File
@@ -17,10 +17,6 @@
"node_modules",
"dist",
// TODO(5691): Fix type errors and remove excludes.
"src/config/config.integration.test.ts",
"src/config/config.test.ts",
"src/config/extension.test.ts",
"src/config/settings.test.ts",
"src/nonInteractiveCli.test.ts",
"src/services/FileCommandLoader.test.ts",
"src/services/prompt-processors/argumentProcessor.test.ts",