AFFiNE/packages/env/tsconfig.json
2023-06-08 09:41:20 +08:00

15 lines
215 B
JSON

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