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