AFFiNE/packages/env/tsconfig.json
Mirone 707d585698
feat: add subdoc migration script (#2820)
Co-authored-by: himself65 <himself65@outlook.com>
2023-06-20 11:20:12 +08:00

18 lines
265 B
JSON

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