Files
AFFiNE-Mirror/packages/common/infra/tsconfig.json
2024-12-24 15:29:48 +08:00

21 lines
314 B
JSON

{
"extends": "../../../tsconfig.json",
"include": ["./src"],
"compilerOptions": {
"composite": true,
"noEmit": false,
"outDir": "lib"
},
"references": [
{
"path": "../env"
},
{
"path": "../debug"
},
{
"path": "../../../blocksuite/affine/all"
}
]
}