UNPKG

chess.js

Version:

[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/jhlywa/chess.js/node.js.yml)](https://github.com/jhlywa/chess.js/actions) [![npm](https://img.shields.io/npm/v/chess.js?color=blue)](https://www.npmjs.com/package/chess.js) [

12 lines (10 loc) 198 B
import { defineConfig } from 'vite' export default defineConfig({ test: { coverage: { provider: 'v8', include: ['src/**/*.{js,ts}'], exclude: ['src/pgn.js'], }, }, })