mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-18 11:31:36 +03:00
18 lines
279 B
JSON
18 lines
279 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"include": ["./src"],
|
||
|
"compilerOptions": {
|
||
|
"noEmit": false,
|
||
|
"outDir": "lib",
|
||
|
"jsx": "preserve"
|
||
|
},
|
||
|
"references": [
|
||
|
{
|
||
|
"path": "../../packages/sdk"
|
||
|
},
|
||
|
{
|
||
|
"path": "../../packages/component"
|
||
|
}
|
||
|
]
|
||
|
}
|