diff --git a/tsconfig.json b/tsconfig.json index 6c69599eb..1aced8f4a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,9 +19,5 @@ "angularCompilerOptions": { "fullTemplateTypeCheck": true, "strictInjectionParameters": true - }, - "include": [ - "src/app/home/home.page.ts", - "src/app/services/notifications.service.ts" - ] + } } \ No newline at end of file diff --git a/tslint.json b/tslint.json index 62a25eb89..7431f7bef 100644 --- a/tslint.json +++ b/tslint.json @@ -1,11 +1,5 @@ { "extends": "tslint:recommended", - "linterOptions": { - "exclude": [ - "src/app/home/home.page.ts", - "src/app/services/notifications.service.ts" - ] - }, "rules": { "align": { "options": [