mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-29 00:32:51 +03:00
30 lines
484 B
JSON
30 lines
484 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": "../infra"
|
|
},
|
|
{ "path": "../workspace" },
|
|
{ "path": "../../tests/fixtures" }
|
|
]
|
|
}
|