AFFiNE/packages/hooks/tsconfig.json
2023-06-07 22:47:02 +08:00

11 lines
225 B
JSON

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