chore: scaffold Vite + Svelte 5 + TS project with chess.js and vitest
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { defineConfig } from 'vitest/config';
|
||||
|
||||
export default defineConfig({
|
||||
test: { environment: 'node', include: ['src/**/*.test.ts'] },
|
||||
});
|
||||
Reference in New Issue
Block a user