mirror of
https://github.com/bendtherules/react-fiber-traverse.git
synced 2026-08-18 22:01:49 +00:00
Add basic traverseGenerator
Need to allow changing order
This commit is contained in:
+3
-2
@@ -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",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user