initial commit

This commit is contained in:
Philipp Kühn
2019-12-07 21:02:22 +01:00
commit f9c7066302
24 changed files with 13842 additions and 0 deletions

8
lerna.json Normal file
View File

@@ -0,0 +1,8 @@
{
"packages": [
"packages/*"
],
"npmClient": "yarn",
"version": "independent",
"useWorkspaces": true
}