Files
AFFiNE-Mirror/blocksuite/affine/data-view/tsconfig.json
2024-12-20 15:38:06 +08:00

27 lines
423 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src/",
"outDir": "./dist/",
"noEmit": false
},
"include": ["./src"],
"references": [
{
"path": "../components"
},
{
"path": "../shared"
},
{
"path": "../../framework/block-std"
},
{
"path": "../../framework/global"
},
{
"path": "../../framework/store"
}
]
}