mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 13:25:12 +00:00
refactor(server): config system (#11081)
This commit is contained in:
@@ -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" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user