integrate tsn and clean up

This commit is contained in:
2016-07-01 02:28:34 +02:00
parent 88cd04d0e2
commit 1723193d27
85 changed files with 610 additions and 280 deletions

View File

@@ -0,0 +1 @@
declare var hello: string;

1
dist/test/assets/customdir/custom.js vendored Normal file
View File

@@ -0,0 +1 @@
var hello = "hello";

View File

@@ -0,0 +1 @@
declare var something: string;

1
dist/test/assets/customdir/tsfile1.js vendored Normal file
View File

@@ -0,0 +1 @@
var something = "something";