Update dist files

This commit is contained in:
dcodeIO
2018-02-19 19:19:45 +01:00
parent 93da63f571
commit 1b5fe18c2c
5 changed files with 11 additions and 5 deletions

View File

@ -0,0 +1,6 @@
{
"extends": "../../../../std/assembly.json",
"include": [
"./**/*.ts"
]
}

View File

@ -1,5 +1,5 @@
{
"extends": "../../../std/assembly.json",
"extends": "../../../../std/assembly.json",
"include": [
"./**/*.ts"
]