AFFiNE/packages/env/tsconfig.json
2023-08-10 05:05:34 +00:00

18 lines
265 B
JSON

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