mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-24 11:24:08 +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"
|
|
}
|
|
]
|
|
}
|