🔧 Update config

This commit is contained in:
marocchino 2026-03-13 17:31:37 +09:00
parent aa129a80e9
commit ed9c7f7d15
No known key found for this signature in database
GPG key ID: F54107506CCF18D0
2 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.0.4/schema.json",
"$schema": "https://biomejs.dev/schemas/2.3.4/schema.json",
"files": {
"includes": ["src/**/*.ts"]
},

View file

@ -12,10 +12,10 @@ export default defineConfig({
include: ['**/__tests__/**/*.test.ts'],
globals: true,
testTimeout: 10000,
poolOptions: {
threads: {
maxThreads: 10,
},
},
poolOptions: {
threads: {
maxThreads: 10,
},
},
});
});