fix some types

This commit is contained in:
Philipp Kühn
2020-04-14 10:13:27 +02:00
parent aa557af648
commit 34b8f18a57
2 changed files with 12 additions and 15 deletions

View File

@@ -11,11 +11,8 @@
"experimentalDecorators": true,
"sourceMap": true,
"baseUrl": ".",
"allowJs": true,
"checkJs": true,
"types": [
"node"
],
"allowJs": false,
"checkJs": false,
"paths": {
"@/*": [
"packages/*"