Files
DenozordecandCursor 9be50aa03b
Docker / build (push) Has been cancelled
feat(api, web): интеграция хостера 4VPS.SU — синк VPS, баланса и тарифов
Добавлен адаптер 4vps, обобщён pipeline синхронизации через ProviderAdapter и обновлён UI для Panel ID и API Key.

Co-authored-by: Cursor <[email protected]>
2026-06-29 01:13:50 +07:00

17 lines
379 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "NodeNext",
"target": "ES2022",
"outDir": "./dist",
"rootDir": "./src",
"noEmit": false,
"declaration": true,
"declarationMap": true,
"verbatimModuleSyntax": false
},
"include": ["src/**/*.ts"],
"exclude": ["src/**/*.test.ts"]
}