8 lines
347 B
TypeScript
8 lines
347 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';
|