From 9aa6ba77dd41ac53347af87fc08cd2e7e81faa1c Mon Sep 17 00:00:00 2001 From: xieguigang Date: Sat, 8 Sep 2018 17:11:08 +0800 Subject: [PATCH] fix for tyest --- viz/ts/svg/svg/SVG/tsconfig.json | 3 ++- viz/ts/svg/svg/test/index.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/viz/ts/svg/svg/SVG/tsconfig.json b/viz/ts/svg/svg/SVG/tsconfig.json index aeed878..0cfb8f2 100644 --- a/viz/ts/svg/svg/SVG/tsconfig.json +++ b/viz/ts/svg/svg/SVG/tsconfig.json @@ -5,7 +5,8 @@ "lib": [ "dom", "es5", "dom.iterable", "scripthost" ], "sourceMap": true, "allowSyntheticDefaultImports": true, - "outFile": "bin/svg.js" + "outFile": "bin/svg.js", + "declaration": true }, "exclude": [ "node_modules" diff --git a/viz/ts/svg/svg/test/index.html b/viz/ts/svg/svg/test/index.html index 5cf6c1f..04e564c 100644 --- a/viz/ts/svg/svg/test/index.html +++ b/viz/ts/svg/svg/test/index.html @@ -3,7 +3,7 @@ - +