UNPKG

@spotify/web-api-ts-sdk

Version:
11 lines (9 loc) 175 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ root: "src", plugins: [], test: { globals: true, environment: 'jsdom', }, });