AFFiNE/packages/frontend/hooks/tsconfig.json

15 lines
298 B
JSON
Raw Normal View History

{
"extends": "../../../tsconfig.json",
2023-06-07 17:47:02 +03:00
"include": ["./src"],
"compilerOptions": {
2023-06-07 17:47:02 +03:00
"composite": true,
"noEmit": false,
"outDir": "lib"
},
"references": [
{ "path": "../../common/env" },
{ "path": "../../common/y-indexeddb" },
{ "path": "../../common/debug" }
]
}