1
0
mirror of synced 2025-11-08 12:57:47 +00:00
Files
typescript-starter/src/types/cli.d.ts
Jason Dreyzehner 83fdc67c50 fix(CLI): allow scoped npm package names
switch to npm's validate-npm-package-name internally

Fixes #68
2018-03-13 20:40:37 -04:00

9 lines
391 B
TypeScript

// We develop typescript-starter with the `strict` compiler option to ensure it
// works out of the box for downstream users. This file is deleted by the CLI,
// so its purpose is just to squelch noImplicitAny errors.
declare module 'github-username';
declare module 'gradient-string';
declare module 'md5-file';
declare module 'replace-in-file';
declare module 'validate-npm-package-name';