Created
December 11, 2020 17:25
-
-
Save gknapp/22dd80ecd3a29e685e4b43d2fed2874d to your computer and use it in GitHub Desktop.
Ambient type declaration for JSON file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// <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