fix typo in tsconfig.json

This commit is contained in:
Adam Laycock
2017-11-21 19:24:22 +00:00
parent 5af6dc5077
commit 3a76931275

View File

@@ -10,7 +10,7 @@
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"structNullChecks": true,
"strictNullChecks": true,
"allowSyntheticDefaultImports": true,
"allowUnreachableCode": false,
"types": [