fix(build): now including all necessary types

This commit is contained in:
Philipp Kunz 2019-11-22 16:13:48 +00:00
parent 6e5faaef35
commit 8dd5f59286

View File

@ -9,7 +9,7 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)",
"build": "(tsbuild --web)",
"format": "(gitzone format)"
},
"devDependencies": {