kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
8 wiersze
117 B
TypeScript
8 wiersze
117 B
TypeScript
|
import { defineConfig } from 'vitest/config'
|
||
|
|
||
|
export default defineConfig({
|
||
|
esbuild: {
|
||
|
target: 'es2022'
|
||
|
}
|
||
|
})
|