Fix missing dependency in asc, see #157; Downgrade ts-node to v6

This commit is contained in:
dcodeIO
2018-07-04 21:47:58 +02:00
parent 5ca5df3dc7
commit c4ebc8c291
19 changed files with 79 additions and 91 deletions

1
std/types/assembly/index.d.ts vendored Normal file
View File

@ -0,0 +1 @@
import "../../assembly/index";

View File

@ -0,0 +1,3 @@
{
"types": "index.d.ts"
}

1
std/types/portable/index.d.ts vendored Normal file
View File

@ -0,0 +1 @@
import "../../portable/index";

View File

@ -0,0 +1,3 @@
{
"types": "index.d.ts"
}