AFFiNE/packages/common/nbstore/tsconfig.json

21 lines
327 B
JSON
Raw Normal View History

{
"extends": "../../../tsconfig.json",
"include": ["./src"],
"compilerOptions": {
"composite": true,
"noEmit": false,
"outDir": "lib"
},
"references": [
{
"path": "../../frontend/graphql"
},
{
"path": "../../frontend/electron-api"
},
{
"path": "../infra"
}
]
}