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,7 +46,7 @@ interface IProps {
}
const DOCKER_SNIPPET = `
cap_add:
cap_add:
- NET_ADMIN
`

View file

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