UNPKG

@darkobits/ts

Version:

Vite-based toolchain for Node projects.

7 lines (6 loc) 211 B
import type { Plugin } from 'vite'; /** * Adds an executable flag to any output files that match `"bin"` declarations * in the project's `package.json`. */ export default function executablePlugin(): Plugin;