mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
`@blocksuite/affine` is indirectly depended by electron package. It has around 120k files in total and will greatly slow down forge package build speed. Move them to peer dependencies to mitigate the issue.
12 lines
265 B
JSON
12 lines
265 B
JSON
{
|
|
"extends": "../../../tsconfig.web.json",
|
|
"compilerOptions": {
|
|
"types": ["build-config", "affine__env"],
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
|
|
},
|
|
"include": ["./src"],
|
|
"references": []
|
|
}
|