chore: Typecheck tests.

This commit is contained in:
cpojer
2026-02-17 15:49:18 +09:00
parent 048e29ea35
commit bcf862f69f
2 changed files with 2 additions and 1 deletions

View File

@@ -24,5 +24,5 @@
}
},
"include": ["src/**/*", "ui/**/*", "extensions/**/*"],
"exclude": ["node_modules", "dist", "src/**/*.test.ts"]
"exclude": ["node_modules", "dist"]
}