mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +00:00
30 lines
441 B
JSON
30 lines
441 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src/",
|
|
"outDir": "./dist/",
|
|
"noEmit": false
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{
|
|
"path": "../../framework"
|
|
},
|
|
{
|
|
"path": "../model"
|
|
},
|
|
{
|
|
"path": "../components"
|
|
},
|
|
{
|
|
"path": "../shared"
|
|
},
|
|
{
|
|
"path": "../data-view"
|
|
},
|
|
{
|
|
"path": "../widget-drag-handle"
|
|
}
|
|
]
|
|
}
|