Files
AFFiNE-Mirror/packages/common/nbstore/tsconfig.json
2025-05-14 14:52:41 +00:00

17 lines
386 B
JSON

{
"extends": "../../../tsconfig.web.json",
"include": ["./src"],
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
},
"references": [
{ "path": "../reader" },
{ "path": "../infra" },
{ "path": "../error" },
{ "path": "../graphql" },
{ "path": "../../../blocksuite/affine/all" }
]
}