AFFiNE/packages/common/env/tsconfig.json
2023-10-18 15:30:08 +00:00

18 lines
271 B
JSON

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