AFFiNE/packages/infra/tsconfig.json
2023-07-18 16:53:10 +00:00

16 lines
261 B
JSON

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