mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
21 lines
298 B
JSON
21 lines
298 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src/",
|
|
"outDir": "./dist/",
|
|
"noEmit": false
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{
|
|
"path": "../global"
|
|
},
|
|
{
|
|
"path": "../sync"
|
|
},
|
|
{
|
|
"path": "../inline"
|
|
}
|
|
]
|
|
}
|