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

32 lines
1.1 KiB
JSON

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"jsx": "react-jsx",
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": ".test-dist",
"rootDir": ".",
"types": ["node", "vite/client"]
},
"include": [
"src/shared/**/*",
"src/web/api/**/*",
"src/web/state/harborReducer.ts",
"src/web/state/operations.ts",
"src/web/utils/clientControls.ts",
"src/web/utils/format.ts",
"src/web/features/devices/deviceSnapshot.ts",
"src/web/features/diagnostics/connectivityResult.ts",
"src/web/features/subscription/requestError.ts",
"src/web/features/servers/serverPickerModel.ts",
"src/web/features/instructions/instructionBlocks.ts",
"src/web/features/activity-journal/activityJournalModel.ts",
"src/web/features/instructions/prometheus.ts",
"src/web/features/routing/ruleReorderModel.ts",
"src/web/features/traffic/trafficRows.ts",
"monitoring/grafana/harbor-gateway.json"
],
"exclude": [".test-dist", "dist", "node_modules"]
}