fix for tyest

master
xieguigang 8 years ago
parent 6c22120e99
commit 9aa6ba77dd

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

@ -3,7 +3,7 @@
<html>
<head>
<script type="text/javascript" src="./bin/svg.js"></script>
<script type="text/javascript" src="../SVG/bin/svg.js"></script>
</head>
<body>

Loading…
Cancel
Save