@potato-golem/library-vite-config
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

Usage example

import { resolve } from 'node:path'
import defineConfig from '@potato-golem/library-vite-config/package'

// @ts-ignore
import packageJson from './package.json'

// biome-ignore lint/style/noDefaultExport: <explanation>
export default defineConfig({
  entry: resolve('./index.ts'),
  dependencies: Object.keys(packageJson.dependencies),
  test: {
    coverage: {
      provider: 'v8',
      thresholds: {
        lines: 100,
        functions: 100,
        branches: 100,
        statements: 100,
      },
    },
  },
})

Readme

Keywords

none

Package Sidebar

Install

npm i @potato-golem/library-vite-config

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

4.61 kB

Total Files

4

Last publish

Collaborators

  • kibertoad