UNPKG

multipassify-ts

Version:

This is an example TypeScript Package ready to be published on npm. It has been set up with automated tests and package publishing workflow using GitHub Actions CI/CD. It is made primarily for GitHub + VS Code (Windows / Mac / Linux) users who are about t

9 lines (8 loc) 241 B
{ "extends": "../tsconfig", "compilerOptions": { "declaration": true /* Generates corresponding '.d.ts' file. */, "emitDeclarationOnly": true, "outDir": "../dist/types" /* Redirect output structure to the directory. */ } }