kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
13 wiersze
256 B
TypeScript
13 wiersze
256 B
TypeScript
![]() |
import tsconfigPaths from 'vite-tsconfig-paths'
|
||
|
import { defineConfig } from 'vitest/config'
|
||
|
|
||
|
export default defineConfig({
|
||
|
plugins: [tsconfigPaths()],
|
||
|
test: {
|
||
|
environment: 'node',
|
||
|
globals: true,
|
||
|
watch: false,
|
||
|
restoreMocks: true
|
||
|
}
|
||
|
})
|