mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-21 20:16:26 +08:00
39 lines
606 B
JSON
39 lines
606 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src/",
|
|
"outDir": "./dist/",
|
|
"noEmit": false
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{
|
|
"path": "../../framework/global"
|
|
},
|
|
{
|
|
"path": "../../framework/store"
|
|
},
|
|
{
|
|
"path": "../../framework/block-std"
|
|
},
|
|
{
|
|
"path": "../../framework/inline"
|
|
},
|
|
{
|
|
"path": "../model"
|
|
},
|
|
{
|
|
"path": "../components"
|
|
},
|
|
{
|
|
"path": "../shared"
|
|
},
|
|
{
|
|
"path": "../data-view"
|
|
},
|
|
{
|
|
"path": "../widget-drag-handle"
|
|
}
|
|
]
|
|
}
|