9 lines
391 B
TypeScript
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';
|