mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-24 18:56:43 +03:00
11 lines
225 B
JSON
11 lines
225 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["./src"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"noEmit": false,
|
|
"outDir": "lib"
|
|
},
|
|
"references": [{ "path": "../env" }, { "path": "../y-indexeddb" }]
|
|
}
|