mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
14 lines
256 B
JSON
14 lines
256 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"rootDir": "./src",
|
|
"outDir": "./dist"
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{ "path": "../../packages/common/env" },
|
|
{ "path": "../utils" }
|
|
]
|
|
}
|