mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-18 09:41:34 +03:00
6f9dfcc3c1
Co-authored-by: codert <codert.sn@gmail.com>
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"
|
|
}
|
|
]
|
|
}
|