UNPKG
doctool
Version:
latest (1.1.0)
1.1.0
1.0.0
AI-powered documentation validation and management system
github.com/narthur/doctool
narthur/doctool
doctool
/
dist
/
vitest.config.js
9 lines
•
225 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/// <reference types="vitest" />
import { defineConfig }
from
'vitest/config'
; export
default
defineConfig
({
test
: {
globals
:
true
,
environment
:
'node'
, }, });
//# sourceMappingURL=vitest.config.js.map