Simplify types

This commit is contained in:
schmelczerandras 2020-10-06 14:08:43 +02:00
parent 6eddb4834b
commit ba8b1a29fd
30 changed files with 52 additions and 76 deletions

View file

@ -34,5 +34,5 @@
3000,
8080
],
"postCreateCommand": "npm install && npx lerna run initialize",
"postCreateCommand": "npm install && npx lerna run initialize"
}