Files
AFFiNE-Mirror/blocksuite/framework/sync/tsconfig.json
2024-12-20 15:38:06 +08:00

15 lines
236 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src/",
"outDir": "./dist/",
"noEmit": false
},
"include": ["./src", "index.d.ts"],
"references": [
{
"path": "../global"
}
]
}