Files
harbor-net/tsconfig.server.json
T
dokril 1ae23d848b
Build and Deploy Gateway / build-and-push (push) Successful in 1m22s
Build and Deploy Gateway / deploy (push) Successful in 16s
Migrate Harbor state and traffic history to SQLite
2026-09-10 19:21:21 +03:00

14 lines
322 B
JSON

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