mirror of
https://github.com/remnawave/frontend.git
synced 2026-05-13 04:09:03 +00:00
chore: update TypeScript configuration to include and exclude specific directories; format Docker snippet in user-active-session-drawer widget
This commit is contained in:
parent
9afb1ace1e
commit
e9596edc75
2 changed files with 9 additions and 4 deletions
|
|
@ -57,8 +57,13 @@
|
|||
}
|
||||
},
|
||||
"include": [
|
||||
"src",
|
||||
"@types",
|
||||
"src/**/*",
|
||||
"@types/**/*"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"dist",
|
||||
"build"
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue