fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at feat/use-query-options 9 lines 217 B view raw
1import { sveltekit } from '@sveltejs/kit/vite'; 2import { defineConfig } from 'vitest/config'; 3 4export default defineConfig({ 5 plugins: [sveltekit()], 6 test: { 7 include: ['src/**/*.{test,spec}.{js,ts}'], 8 }, 9});