diff options
Diffstat (limited to 'json-typing.d.ts')
-rw-r--r-- | json-typing.d.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/json-typing.d.ts b/json-typing.d.ts new file mode 100644 index 0000000..4b3471f --- /dev/null +++ b/json-typing.d.ts @@ -0,0 +1,4 @@ +declare module "*.json" { + const value: any; + export default value; +} |