22 lines
476 B
JSON
22 lines
476 B
JSON
{
|
|
"extends": "../../../tsconfig.web.json",
|
|
"include": [
|
|
"./src/**/*",
|
|
"./src/**/*.json",
|
|
"./src/type.d.ts",
|
|
"./.storybook"
|
|
],
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"outDir": "./dist",
|
|
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
|
|
},
|
|
"references": [
|
|
{ "path": "../../common/debug" },
|
|
{ "path": "../electron-api" },
|
|
{ "path": "../graphql" },
|
|
{ "path": "../i18n" },
|
|
{ "path": "../../../blocksuite/affine/all" }
|
|
]
|
|
}
|