mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
22 lines
403 B
JSON
22 lines
403 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["./src"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"noEmit": false,
|
|
"outDir": "lib",
|
|
"paths": {
|
|
"@affine/component": ["../component/src"],
|
|
"@affine/component/*": ["../component/src/components/*"]
|
|
}
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../component"
|
|
},
|
|
{
|
|
"path": "./tsconfig.node.json"
|
|
}
|
|
]
|
|
}
|