diff --git a/package.json b/package.json index 94c9cee4..9ca44a52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fuse", - "version": "8.1.0", + "version": "8.1.1", "license": "https://themeforest.net/licenses/terms/regular", "scripts": { "ng": "ng", diff --git a/tsconfig.json b/tsconfig.json index 8747870f..7bdabc60 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -25,7 +25,7 @@ } }, "angularCompilerOptions": { - "fullTemplateTypeCheck": true, - "strictInjectionParameters": true + "fullTemplateTypeCheck": false, + "strictInjectionParameters": false } }