0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

chore: avoid vitest warning (#4959)

This commit is contained in:
Marc Bernard 2024-11-20 02:04:43 -05:00 committed by GitHub
parent 2eebfec770
commit 42d5b05594
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,4 @@
// @ts-check
import { defineConfig } from 'vitest/config'; import { defineConfig } from 'vitest/config';
export default defineConfig({ export default defineConfig({