AFFiNE/packages/plugin-infra/tsconfig.json
2023-06-09 16:43:46 +08:00

15 lines
227 B
JSON

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