From e9596edc75df38cc31b1dcba0470235e7a420559 Mon Sep 17 00:00:00 2001 From: kastov Date: Mon, 23 Feb 2026 00:44:24 +0300 Subject: [PATCH] chore: update TypeScript configuration to include and exclude specific directories; format Docker snippet in user-active-session-drawer widget --- .../user-active-session-drawer.widget.tsx | 4 ++-- tsconfig.json | 9 +++++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/widgets/dashboard/users/user-active-sessions/user-active-session-drawer.widget.tsx b/src/widgets/dashboard/users/user-active-sessions/user-active-session-drawer.widget.tsx index 6fb78302..74b0bb95 100644 --- a/src/widgets/dashboard/users/user-active-sessions/user-active-session-drawer.widget.tsx +++ b/src/widgets/dashboard/users/user-active-sessions/user-active-session-drawer.widget.tsx @@ -46,8 +46,8 @@ interface IProps { } const DOCKER_SNIPPET = ` -cap_add: - - NET_ADMIN + cap_add: + - NET_ADMIN ` const HIGHLIGHT_SPAN = diff --git a/tsconfig.json b/tsconfig.json index e2bbf535..36f1660c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -57,8 +57,13 @@ } }, "include": [ - "src", - "@types", + "src/**/*", + "@types/**/*" + ], + "exclude": [ + "node_modules", + "dist", + "build" ], "references": [ {