AFFiNE/packages/hooks/tsconfig.json

11 lines
225 B
JSON
Raw Normal View History

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