chore: standardize tsconfig (#9568)

This commit is contained in:
forehalo
2025-01-08 04:07:56 +00:00
parent 39f4b17315
commit c0ed74dfed
151 changed files with 1041 additions and 1566 deletions

View File

@@ -1,86 +1,39 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"rootDir": "./src/",
"outDir": "./dist/",
"noEmit": false
"rootDir": "./src",
"outDir": "./dist",
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
},
"include": ["./src"],
"references": [
{
"path": "../framework"
},
{
"path": "../affine/model"
},
{
"path": "../affine/shared"
},
{
"path": "../affine/components"
},
{
"path": "../affine/block-paragraph"
},
{
"path": "../affine/block-latex"
},
{
"path": "../affine/block-list"
},
{
"path": "../affine/block-code"
},
{
"path": "../affine/block-embed"
},
{
"path": "../affine/block-frame"
},
{
"path": "../affine/block-note"
},
{
"path": "../affine/block-bookmark"
},
{
"path": "../affine/block-database"
},
{
"path": "../affine/block-attachment"
},
{
"path": "../affine/block-image"
},
{
"path": "../affine/block-edgeless-text"
},
{
"path": "../affine/block-divider"
},
{
"path": "../affine/block-surface"
},
{
"path": "../affine/block-surface-ref"
},
{
"path": "../affine/block-data-view"
},
{
"path": "../affine/data-view"
},
{
"path": "../affine/widget-scroll-anchoring"
},
{
"path": "../affine/widget-remote-selection"
},
{
"path": "../affine/widget-drag-handle"
},
{
"path": "../affine/widget-frame-title"
}
{ "path": "../affine/block-attachment" },
{ "path": "../affine/block-bookmark" },
{ "path": "../affine/block-code" },
{ "path": "../affine/block-data-view" },
{ "path": "../affine/block-database" },
{ "path": "../affine/block-divider" },
{ "path": "../affine/block-edgeless-text" },
{ "path": "../affine/block-embed" },
{ "path": "../affine/block-frame" },
{ "path": "../affine/block-image" },
{ "path": "../affine/block-latex" },
{ "path": "../affine/block-list" },
{ "path": "../affine/block-note" },
{ "path": "../affine/block-paragraph" },
{ "path": "../affine/block-surface" },
{ "path": "../affine/block-surface-ref" },
{ "path": "../affine/components" },
{ "path": "../affine/model" },
{ "path": "../affine/shared" },
{ "path": "../affine/widget-drag-handle" },
{ "path": "../affine/widget-frame-title" },
{ "path": "../affine/widget-remote-selection" },
{ "path": "../affine/widget-scroll-anchoring" },
{ "path": "../framework/block-std" },
{ "path": "../affine/data-view" },
{ "path": "../framework/global" },
{ "path": "../framework/inline" },
{ "path": "../framework/store" }
]
}