Files
AFFiNE-Mirror/blocksuite/framework/store/tsconfig.json
2025-01-08 04:07:56 +00:00

15 lines
299 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
},
"include": ["./src"],
"references": [
{ "path": "../global" },
{ "path": "../inline" },
{ "path": "../sync" }
]
}