Files
harbor-net/tsconfig.base.json
dokril 34d8b681ad
Build and Deploy Gateway / build-and-push (push) Failing after 2s
Build and Deploy Gateway / deploy (push) Has been skipped
Refactor VPN proxy client implementation
2026-08-09 00:41:52 +03:00

13 lines
265 B
JSON

{
"compilerOptions": {
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"moduleDetection": "force",
"noEmitOnError": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"target": "ES2022"
}
}