AFFiNE/packages/component/tsconfig.json
2023-08-05 00:00:36 +00:00

30 lines
484 B
JSON

{
"extends": "../../tsconfig.json",
"exclude": ["lib"],
"include": ["./src/**/*", "./src/**/*.json"],
"compilerOptions": {
"composite": true,
"noEmit": false,
"outDir": "lib"
},
"references": [
{
"path": "../debug"
},
{
"path": "../i18n"
},
{
"path": "../jotai"
},
{
"path": "../hooks"
},
{
"path": "../infra"
},
{ "path": "../workspace" },
{ "path": "../../tests/fixtures" }
]
}