Fix vite path support

This commit is contained in:
Bill Thornton
2025-12-03 17:53:19 -05:00
parent cb8b2836c2
commit 56d23e13eb
3 changed files with 76 additions and 0 deletions

View File

@@ -1,8 +1,10 @@
/// <reference types="vitest" />
/// <reference types="vite/client" />
import { defineConfig } from 'vite';
import tsconfigPaths from 'vite-tsconfig-paths';
export default defineConfig({
plugins: [ tsconfigPaths() ],
test: {
coverage: {
include: [ 'src' ]