mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-06 11:08:02 +03:00
20 lines
470 B
JSON
20 lines
470 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"noEmit": false,
|
|
"outDir": "lib"
|
|
},
|
|
"include": ["./src", "./src/affine/api"],
|
|
"exclude": ["lib"],
|
|
"references": [
|
|
{ "path": "../../tests/fixtures" },
|
|
{ "path": "../y-indexeddb" },
|
|
{ "path": "../env" },
|
|
{ "path": "../debug" },
|
|
{ "path": "../hooks" },
|
|
{ "path": "../component/tsconfig.workspace.json" },
|
|
{ "path": "../../apps/electron" }
|
|
]
|
|
}
|