aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonid <logvinov.leon@gmail.com>2017-07-12 04:14:23 +0800
committerGitHub <noreply@github.com>2017-07-12 04:14:23 +0800
commit5506f7a240e7b8157dbef079baa4a9406f7c8437 (patch)
tree3cc924dea1952209a8d3f4c557f5ee9bba6b0e6d
parentc832cc35cc8331af2abe31e69b3b69fa133e2806 (diff)
downloaddexon-sol-tools-5506f7a240e7b8157dbef079baa4a9406f7c8437.tar
dexon-sol-tools-5506f7a240e7b8157dbef079baa4a9406f7c8437.tar.gz
dexon-sol-tools-5506f7a240e7b8157dbef079baa4a9406f7c8437.tar.bz2
dexon-sol-tools-5506f7a240e7b8157dbef079baa4a9406f7c8437.tar.lz
dexon-sol-tools-5506f7a240e7b8157dbef079baa4a9406f7c8437.tar.xz
dexon-sol-tools-5506f7a240e7b8157dbef079baa4a9406f7c8437.tar.zst
dexon-sol-tools-5506f7a240e7b8157dbef079baa4a9406f7c8437.zip
Add the source for the schema
-rw-r--r--src/globals.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/globals.d.ts b/src/globals.d.ts
index e8c038e6e..1faf468a7 100644
--- a/src/globals.d.ts
+++ b/src/globals.d.ts
@@ -27,6 +27,7 @@ declare namespace Chai {
/* tslint:enable */
// jsonschema declarations
+// Source: https://github.com/tdegrunt/jsonschema/blob/master/lib/index.d.ts
declare interface Schema {
id?: string;
$schema?: string;