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, "noImplicitAny": true,
"noImplicitReturns": true, "noImplicitReturns": true,
"noImplicitThis": true, "noImplicitThis": true,
"structNullChecks": true, "strictNullChecks": true,
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"allowUnreachableCode": false, "allowUnreachableCode": false,
"types": [ "types": [