UNPKG

prisma-frontend

Version:

A Prisma generator for creating frontend-friendly exports (types and enums).

13 lines (11 loc) 298 B
import {baseNcuConfig} from '@virmator/deps/configs/ncu.config.base'; import {RunOptions} from 'npm-check-updates'; export const ncuConfig: RunOptions = { ...baseNcuConfig, // exclude these reject: [ ...baseNcuConfig.reject, ], // include only these filter: [], };