mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-03 02:30:36 +08:00
b79a63ce0a
(cherry picked from commit f2ac2e5b84)
20 lines
313 B
JSON
20 lines
313 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["./src"],
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"outDir": "lib"
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../../packages/component"
|
|
},
|
|
{
|
|
"path": "../../packages/plugin-infra"
|
|
},
|
|
{
|
|
"path": "../../packages/env"
|
|
}
|
|
]
|
|
}
|