Files
AFFiNE-Mirror/blocksuite/affine/block-attachment/tsconfig.json
2024-12-30 16:15:34 +00:00

30 lines
438 B
JSON

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