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

14 lines
260 B
JSON

{
"extends": "../../../tsconfig.json",
"include": ["./src"],
"compilerOptions": {
"composite": true,
"noEmit": false,
"outDir": "lib"
},
"references": [
{ "path": "../../common/env" },
{ "path": "../../common/y-indexeddb" }
]
}