chore: update TypeScript configuration to include and exclude specific directories; format Docker snippet in user-active-session-drawer widget

This commit is contained in:
kastov 2026-02-23 00:44:24 +03:00
parent 9afb1ace1e
commit e9596edc75
No known key found for this signature in database
GPG key ID: 1B27BE29057F4C90
2 changed files with 9 additions and 4 deletions

View file

@ -46,8 +46,8 @@ interface IProps {
} }
const DOCKER_SNIPPET = ` const DOCKER_SNIPPET = `
cap_add: cap_add:
- NET_ADMIN - NET_ADMIN
` `
const HIGHLIGHT_SPAN = <Text c="white" component="span" fw={600} size="sm" /> const HIGHLIGHT_SPAN = <Text c="white" component="span" fw={600} size="sm" />

View file

@ -57,8 +57,13 @@
} }
}, },
"include": [ "include": [
"src", "src/**/*",
"@types", "@types/**/*"
],
"exclude": [
"node_modules",
"dist",
"build"
], ],
"references": [ "references": [
{ {