diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-10-19 17:44:00 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-10-19 17:44:00 +0800 |
commit | f62dc0f46c9da4e4b7e3833476ab3c0e1b46e206 (patch) | |
tree | 71503a8e27a721bdcbcdd785623d052ff0f149c4 /tsconfig.json | |
parent | f64638173ac031749e304825eabd9e401fed1dc1 (diff) | |
download | dexon-sol-tools-f62dc0f46c9da4e4b7e3833476ab3c0e1b46e206.tar dexon-sol-tools-f62dc0f46c9da4e4b7e3833476ab3c0e1b46e206.tar.gz dexon-sol-tools-f62dc0f46c9da4e4b7e3833476ab3c0e1b46e206.tar.bz2 dexon-sol-tools-f62dc0f46c9da4e4b7e3833476ab3c0e1b46e206.tar.lz dexon-sol-tools-f62dc0f46c9da4e4b7e3833476ab3c0e1b46e206.tar.xz dexon-sol-tools-f62dc0f46c9da4e4b7e3833476ab3c0e1b46e206.tar.zst dexon-sol-tools-f62dc0f46c9da4e4b7e3833476ab3c0e1b46e206.zip |
Update 0x-json-schemas
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json index 598a60faa..1fdb6d346 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,10 +5,9 @@ "lib": [ "es2015", "dom" ], "outDir": "lib", "sourceMap": true, - "declaration": true, + "allowJs": true, "noImplicitAny": true, "experimentalDecorators": true, - "allowJs": true, "strictNullChecks": true }, "include": [ |