mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-28 09:14:57 +03:00
17 lines
345 B
JSON
17 lines
345 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["./src"],
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"outDir": "lib"
|
|
},
|
|
"references": [
|
|
{ "path": "../../tests/fixtures" },
|
|
{ "path": "../y-indexeddb" },
|
|
{ "path": "../env" },
|
|
{ "path": "../debug" },
|
|
{ "path": "../hooks" },
|
|
{ "path": "../plugin-infra" }
|
|
]
|
|
}
|