mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-03 18:50:48 +08:00
b79a63ce0a
(cherry picked from commit f2ac2e5b84)
30 lines
491 B
JSON
30 lines
491 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"exclude": ["lib"],
|
|
"include": ["./src/**/*", "./src/**/*.json"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"noEmit": false,
|
|
"outDir": "lib"
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../debug"
|
|
},
|
|
{
|
|
"path": "../i18n"
|
|
},
|
|
{
|
|
"path": "../jotai"
|
|
},
|
|
{
|
|
"path": "../hooks"
|
|
},
|
|
{
|
|
"path": "../plugin-infra"
|
|
},
|
|
{ "path": "../workspace" },
|
|
{ "path": "../../tests/fixtures" }
|
|
]
|
|
}
|