Skip to content

Instantly share code, notes, and snippets.

@gknapp
Created December 11, 2020 17:25
Show Gist options
  • Save gknapp/22dd80ecd3a29e685e4b43d2fed2874d to your computer and use it in GitHub Desktop.
Save gknapp/22dd80ecd3a29e685e4b43d2fed2874d to your computer and use it in GitHub Desktop.
Ambient type declaration for JSON file
/// <reference path="./renderer/abstract.ts" />
declare module "defaults.json" {
type ConfigFile = import("./renderer/abstract").ConfigFile
export default ConfigFile
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment