Files
telemtPanel/apps/web/tsconfig.json
T
Denozordec b5f31c1083
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
Init
2026-08-04 18:33:48 +07:00

16 lines
536 B
JSON

{
"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"]
}