mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 20:38:52 +00:00
33 lines
513 B
JSON
33 lines
513 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"
|
|
}
|
|
]
|
|
}
|