mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 00:28:33 +00:00
16 lines
348 B
JSON
16 lines
348 B
JSON
{
|
|
"extends": "../../../tsconfig.web.json",
|
|
"include": ["./src"],
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
|
|
},
|
|
"references": [
|
|
{ "path": "../component" },
|
|
{ "path": "../core" },
|
|
{ "path": "../graphql" },
|
|
{ "path": "../../common/infra" }
|
|
]
|
|
}
|