Files
harbor-net/tsconfig.server.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

14 lines
324 B
JSON

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"lib": ["ES2022"],
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "dist",
"rootDir": "src",
"types": ["node18"]
},
"include": ["src/server/**/*", "src/shared/**/*"],
"exclude": ["dist", "node_modules", "src/web"]
}