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 @@
- +