mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-01 05:02:43 +03:00
5496969e58
Co-authored-by: Simon He <57086651+Simon-He95@users.noreply.github.com>
31 lines
521 B
JSON
31 lines
521 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"exclude": ["lib"],
|
|
"include": ["./src/**/*", "./src/**/*.json"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"noEmit": false,
|
|
"outDir": "lib",
|
|
"types": ["@affine/env"]
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../debug"
|
|
},
|
|
{
|
|
"path": "../i18n"
|
|
},
|
|
{
|
|
"path": "../jotai"
|
|
},
|
|
{
|
|
"path": "../hooks"
|
|
},
|
|
{
|
|
"path": "../plugin-infra"
|
|
},
|
|
{ "path": "../workspace" },
|
|
{ "path": "../../tests/fixtures" }
|
|
]
|
|
}
|