refactor(server): config system (#11081)

This commit is contained in:
forehalo
2025-03-27 12:32:28 +00:00
parent 7091111f85
commit 0ea38680fa
274 changed files with 7583 additions and 5841 deletions

View File

@@ -1,7 +1,8 @@
{
"extends": "../../../tsconfig.web.json",
"include": ["./src"],
"include": ["./src", "./src/config.json"],
"compilerOptions": {
"resolveJsonModule": true,
"rootDir": "./src",
"outDir": "./dist",
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
@@ -9,6 +10,7 @@
"references": [
{ "path": "../component" },
{ "path": "../core" },
{ "path": "../../common/error" },
{ "path": "../../common/graphql" },
{ "path": "../../common/infra" }
]