mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-10 16:14:09 +03:00
1ea445ab15
Co-authored-by: himself65 <himself65@outlook.com> Co-authored-by: Peng Xiao <pengxiao@outlook.com>
11 lines
225 B
JSON
11 lines
225 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"composite": true,
|
|
"noEmit": false
|
|
},
|
|
"include": ["./src"],
|
|
"references": [{ "path": "../env" }, { "path": "../y-indexeddb" }]
|
|
}
|