Init
Build and Push Telemt Panel Docker Image / build-and-push (push) Failing after 38s
Build and Push Telemt Panel Docker Image / create-release (push) Skipped

This commit is contained in:
Denozordec
2026-08-04 18:33:48 +07:00
commit b5f31c1083
227 changed files with 31375 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"paths": {
"@/*": ["./src/*"],
"@telemt/ui/components/*": ["../../packages/ui/src/components/*"],
"@telemt/ui/hooks/*": ["../../packages/ui/src/hooks/*"],
"@telemt/ui/lib/utils": ["../../packages/ui/src/lib/utils.ts"],
"@telemt/ui/globals.css": ["../../packages/ui/src/styles/globals.css"],
"@telemt/shared": ["../../packages/shared/src/index.ts"]
},
"types": ["vite/client"]
},
"include": ["src", "vite.config.ts"]
}