mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-15 00:33:06 +03:00
28 lines
528 B
JSON
28 lines
528 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"exclude": ["lib"],
|
|
"include": ["./src/**/*", "./src/**/*.json", "./src/type.d.ts"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"noEmit": false,
|
|
"outDir": "lib"
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../../frontend/i18n"
|
|
},
|
|
{
|
|
"path": "../../frontend/hooks"
|
|
},
|
|
{ "path": "../../frontend/workspace" },
|
|
{
|
|
"path": "../../common/debug"
|
|
},
|
|
{
|
|
"path": "../../common/infra"
|
|
},
|
|
|
|
{ "path": "../../../tests/fixtures" }
|
|
]
|
|
}
|