Fix tsconfig typo

This commit is contained in:
hensm
2020-01-23 02:28:32 +00:00
parent f6e09ca687
commit 23f431d30b

View File

@@ -7,6 +7,6 @@
, "removeComments": true
, "resolveJsonModule": true
, "target": "es6"
. "strict": true
, "strict": true
}
}