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