Add basic traverseGenerator

Need to allow changing order
This commit is contained in:
2019-08-02 00:12:21 +05:30
parent 007aa2b86b
commit 3a7bf374bd
3 changed files with 27 additions and 6 deletions
+3 -2
View File
@@ -1,4 +1,4 @@
{
{
"extends": "./tsconfig.base.json",
"exclude": ["node_modules"],
"include": ["scripts", "src", "test"],
@@ -6,6 +6,7 @@
"allowJs": true,
"declaration": false,
"declarationDir": null,
"module": "commonjs"
"module": "commonjs",
"target": "es6",
}
}