gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] 01/03: Upgrading pnpm led to compilation errors


From: gnunet
Subject: [taler-wallet-core] 01/03: Upgrading pnpm led to compilation errors
Date: Tue, 24 May 2022 05:37:35 +0200

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository wallet-core.

commit 3525b210086ccff5be00c943f3760cedc11b66a7
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Tue May 24 00:18:30 2022 -0300

    Upgrading pnpm led to compilation errors
    
    Fist:
     * The inferred type of 'PaymentStatus' cannot be named without a reference 
to '.pnpm/@types+react@17.0.38....
     * The inferred type of 'HistoryRow' cannot be named without a reference to 
'.pnpm/@types+react@17.0.38/node_modules/@types/react'. This is likely not 
portable. A type annotation is necessary.
    and more like that...
    Second:
     some problems trying to check type inside libs
    more related: https://github.com/microsoft/TypeScript/issues/42873
---
 packages/taler-wallet-webextension/tsconfig.json | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/packages/taler-wallet-webextension/tsconfig.json 
b/packages/taler-wallet-webextension/tsconfig.json
index 48228287..9d5f05c5 100644
--- a/packages/taler-wallet-webextension/tsconfig.json
+++ b/packages/taler-wallet-webextension/tsconfig.json
@@ -11,6 +11,8 @@
     "moduleResolution": "Node",
     "module": "ESNext",
     "target": "ES6",
+    "skipLibCheck": true,
+    "preserveSymlinks": true,
     "noImplicitAny": true,
     "outDir": "lib",
     "noEmitOnError": true,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]