AFFiNE/packages/cli/tsconfig.json

16 lines
248 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"outDir": "lib"
},
"include": ["src"],
"references": [
{
"path": "../infra"
}
]
}