fix(client): type error due to use of intersection

This commit is contained in:
Elian Doran 2025-07-01 21:01:54 +03:00
parent 533e3cf42d
commit 81f8453c38
No known key found for this signature in database

View File

@ -1,6 +1,7 @@
{ {
"extends": "../../tsconfig.base.json", "extends": "../../tsconfig.base.json",
"compilerOptions": { "compilerOptions": {
"lib": [ "ESNext" ],
"outDir": "dist", "outDir": "dist",
"types": [ "types": [
"node" "node"