Skip to content

Commit

Permalink
switch off transpiling the demo
Browse files Browse the repository at this point in the history
  • Loading branch information
flyover committed May 21, 2018
1 parent f8b3626 commit f3a6eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<!--script type="text/javascript" src="../node_modules/systemjs/dist/system.js"></script-->
<script type="text/javascript">
function boot(event) {
var transpile = !false;
var transpile = false;
if (transpile) {
SystemJS.config({
packages: { "typescript": { main: "lib/typescript.js", meta: { "lib/typescript.js": { exports: "ts" } } } },
Expand Down

0 comments on commit f3a6eaa

Please sign in to comment.