Refactor VPN proxy client implementation
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"extends": "./tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"jsx": "react-jsx",
|
||||
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
"outDir": ".test-dist",
|
||||
"rootDir": ".",
|
||||
"types": ["node18", "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/instructions/prometheus.ts",
|
||||
"monitoring/grafana/harbor-gateway.json"
|
||||
],
|
||||
"exclude": [".test-dist", "dist", "node_modules"]
|
||||
}
|
||||
Reference in New Issue
Block a user