mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-06 07:28:09 +03:00
37 lines
787 B
JSON
37 lines
787 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"exclude": [
|
|
"lib",
|
|
"./src/components/page-list/filter/shared-types.tsx",
|
|
"./src/components/page-list/filter/logic/custom-type.ts",
|
|
"./src/components/page-list/filter/logic/matcher.ts",
|
|
"./src/components/page-list/filter/logic/typesystem.ts"
|
|
],
|
|
"include": ["./src/**/*", "./src/**/*.json"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"noEmit": false,
|
|
"outDir": "lib"
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../debug"
|
|
},
|
|
{
|
|
"path": "../i18n"
|
|
},
|
|
{
|
|
"path": "../jotai"
|
|
},
|
|
{
|
|
"path": "../hooks"
|
|
},
|
|
{ "path": "../workspace" },
|
|
{
|
|
"path": "../../apps/electron"
|
|
},
|
|
{ "path": "./tsconfig.workspace.json" },
|
|
{ "path": "../../tests/fixtures" }
|
|
]
|
|
}
|