mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 11:58:41 +00:00
30 lines
478 B
JSON
30 lines
478 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": "../../blocks"
|
|
},
|
|
{
|
|
"path": "../../presets"
|
|
}
|
|
]
|
|
}
|