mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 20:38:52 +00:00
19 lines
468 B
JSON
19 lines
468 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "ES2024",
|
|
"rootDir": ".",
|
|
"outDir": "./dist",
|
|
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
|
|
},
|
|
"include": ["./apps", "./examples"],
|
|
"references": [
|
|
{ "path": "../affine/all" },
|
|
{ "path": "../affine/components" },
|
|
{ "path": "../affine/model" },
|
|
{ "path": "../affine/shared" },
|
|
{ "path": "../affine/data-view" },
|
|
{ "path": "../integration-test" }
|
|
]
|
|
}
|