1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 02:44:45 +00:00

test: temporary disable type checking in test configuration

This commit is contained in:
2025-05-20 19:26:58 +07:00
parent 8297e47086
commit a67322ca66

View File

@@ -7,7 +7,7 @@ export default defineConfig({
extends: true, extends: true,
test: { test: {
typecheck: { typecheck: {
enabled: true, enabled: false,
}, },
}, },
}, },