UNPKG

@sudowealth/schwab-api

Version:

TypeScript client for Charles Schwab API with OAuth support, market data, trading functionality, and complete type safety

12 lines (11 loc) 327 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { globals: true, environment: 'node', // or 'jsdom' if you test browser-specific features coverage: { provider: 'v8', // or 'istanbul' reporter: ['text', 'json', 'html'], }, }, });