From 8440a98fcd7e8b32bcf855be65b139f1705d2ca0 Mon Sep 17 00:00:00 2001 From: Sergii Mykyteiek Date: Thu, 16 Feb 2023 10:33:17 +0200 Subject: [PATCH] LT-21: Lint missed files --- tsconfig.build.json | 4 ++-- tsconfig.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tsconfig.build.json b/tsconfig.build.json index dad3566..37afa2c 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -1,4 +1,4 @@ { "extends": "./tsconfig.json", - "exclude": ["node_modules", "test", "dist", "**/*spec.ts"] -} \ No newline at end of file + "exclude": ["node_modules", "tests", "dist", "**/*spec.ts"] +} diff --git a/tsconfig.json b/tsconfig.json index 719caba..3fd948b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -25,4 +25,4 @@ "dist", "**/*.spec.ts" ] -} \ No newline at end of file +} -- GitLab