Files
AFFiNE-Mirror/packages/hooks/tsconfig.json
LongYinan fb9d200dd3 build: perform TypeCheck for all packages (#2573)
Co-authored-by: himself65 <himself65@outlook.com>
Co-authored-by: Peng Xiao <pengxiao@outlook.com>
2023-06-02 12:56:52 +08:00

11 lines
225 B
JSON

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