🐛 Fix issue that it still did not build correctly

This commit is contained in:
Jan Oberhauser
2019-09-19 16:06:38 +02:00
parent e9e00c17e0
commit 65155d20ed
2 changed files with 2 additions and 5 deletions

View File

@@ -6,10 +6,6 @@
"types": [],
"module": "commonjs",
"importHelpers": true,
"noImplicitAny": true,
"removeComments": true,
"strictNullChecks": true,
"strict": true,
"preserveConstEnums": true,
"declaration": true,
"target": "es2017",