mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
18 lines
448 B
JSON
18 lines
448 B
JSON
{
|
|
"extends": "../../../tsconfig.web.json",
|
|
"include": ["./src", "./src/config.json"],
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true,
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
|
|
},
|
|
"references": [
|
|
{ "path": "../component" },
|
|
{ "path": "../core" },
|
|
{ "path": "../../common/error" },
|
|
{ "path": "../../common/graphql" },
|
|
{ "path": "../../common/infra" }
|
|
]
|
|
}
|