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": [ {