Files
telemtPanel/apps/api/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

15 lines
288 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src",
"noEmit": false,
"declaration": true,
"module": "ESNext",
"moduleResolution": "bundler",
"types": ["node"],
"lib": ["ES2022"]
},
"include": ["src"]
}