UNPKG

@softwareventures/maintain-project

Version:

Automatically create and maintain TypeScript projects with standard settings for Software Ventures Limited

5 lines (4 loc) 112 B
import type { Ignore } from "../ignore/ignore.js"; export interface GitProject { readonly ignore: Ignore; }