AFFiNE/packages/frontend/workspace/tsconfig.json
2023-10-18 15:30:08 +00:00

19 lines
481 B
JSON

{
"extends": "../../../tsconfig.json",
"include": ["./src"],
"compilerOptions": {
"noEmit": false,
"outDir": "lib"
},
"references": [
{ "path": "../../../tests/fixtures" },
{ "path": "../../common/y-indexeddb" },
{ "path": "../../common/y-provider" },
{ "path": "../../common/env" },
{ "path": "../../common/debug" },
{ "path": "../../common/infra" },
{ "path": "../../frontend/hooks" },
{ "path": "../../frontend/graphql" }
]
}