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

27 lines
394 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-surface"
}
]
}