AFFiNE/packages/plugin-infra/tsconfig.json
2023-06-07 22:47:02 +08:00

18 lines
261 B
JSON

{
"extends": "../../tsconfig.json",
"include": ["./src"],
"compilerOptions": {
"composite": true,
"noEmit": false,
"outDir": "lib"
},
"references": [
{
"path": "../component"
},
{
"path": "../workspace"
}
]
}