diff --git a/public/manifest.json b/public/manifest.json index 1f2f141..391d3df 100755 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,13 +1,11 @@ { - "short_name": "React App", - "name": "Create React App Sample", - "icons": [ - { - "src": "favicon.ico", - "sizes": "64x64 32x32 24x24 16x16", - "type": "image/x-icon" - } - ], + "short_name": "TS Viewer", + "name": "TS Viewer", + "icons": [{ + "src": "favicon.ico", + "sizes": "64x64 32x32 24x24 16x16", + "type": "image/x-icon" + }], "start_url": ".", "display": "standalone", "theme_color": "#000000", diff --git a/tslint.json b/tslint.json index e120584..397ac68 100644 --- a/tslint.json +++ b/tslint.json @@ -13,7 +13,8 @@ "jsx-no-lambda": false, "jsx-boolean-value": false, "member-access": false, - "no-console": false + "no-console": false, + "strict-type-predicates": false }, "rulesDirectory": [] }