Files
AFFiNE-Mirror/packages/common/graphql/tsconfig.json
2025-03-19 17:00:20 +00:00

15 lines
303 B
JSON

{
"extends": "../../../tsconfig.web.json",
"include": ["./src"],
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
},
"references": [
{ "path": "../debug" },
{ "path": "../env" },
{ "path": "../error" }
]
}