Files
AFFiNE-Mirror/blocksuite/affine/foundation/tsconfig.json

20 lines
491 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"noUncheckedIndexedAccess": true,
"rootDir": "./src",
"outDir": "./dist",
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
},
"include": ["./src"],
"references": [
{ "path": "../components" },
{ "path": "../ext-loader" },
{ "path": "../rich-text" },
{ "path": "../shared" },
{ "path": "../data-view" },
{ "path": "../../framework/std" },
{ "path": "../../framework/store" }
]
}