Files
AFFiNE-Mirror/packages/common/nbstore/tsconfig.json

16 lines
357 B
JSON

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