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

18 lines
266 B
JSON

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