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

22 lines
348 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src/",
"outDir": "./dist/",
"noEmit": false,
"noUncheckedIndexedAccess": true
},
"include": ["./src"],
"references": [
{
"path": "../components"
},
{
"path": "../shared"
},
{
"path": "../../framework"
}
]
}