mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-24 13:51:56 +03:00
707d585698
Co-authored-by: himself65 <himself65@outlook.com>
18 lines
265 B
JSON
18 lines
265 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["./src"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"noEmit": false,
|
|
"outDir": "lib"
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../infra"
|
|
},
|
|
{
|
|
"path": "../../tests/fixtures"
|
|
}
|
|
]
|
|
}
|