UNPKG

htd-lync

Version:

This library is meant to be used to interact with an HTD Lync 12

10 lines (8 loc) 237 B
/// <reference types="vitest" /> import { defineConfig } from 'vite' export default defineConfig({ test: { /* for example, use global to avoid globals imports (describe, test, expect): */ // globals: true, }, })