mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-15 00:33:06 +03:00
19 lines
481 B
JSON
19 lines
481 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"include": ["./src"],
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"outDir": "lib"
|
|
},
|
|
"references": [
|
|
{ "path": "../../../tests/fixtures" },
|
|
{ "path": "../../common/y-indexeddb" },
|
|
{ "path": "../../common/y-provider" },
|
|
{ "path": "../../common/env" },
|
|
{ "path": "../../common/debug" },
|
|
{ "path": "../../common/infra" },
|
|
{ "path": "../../frontend/hooks" },
|
|
{ "path": "../../frontend/graphql" }
|
|
]
|
|
}
|