Skip to content

Instantly share code, notes, and snippets.

@Karytonn
Last active June 21, 2022 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Karytonn/3775a231529f00d306cba634a528a917 to your computer and use it in GitHub Desktop.
Save Karytonn/3775a231529f00d306cba634a528a917 to your computer and use it in GitHub Desktop.
TypeScript fake declaration type
{
"compilerOptions": {
....
},
"types": [...]
},
// Include the source of fake type declaration
"include": ["src", "type.lib-name-here.ts"],
"exclude": [...]
}
declare module 'lib-name-here'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment