gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 02/07: es6 and ts lib


From: gnunet
Subject: [taler-wallet-core] 02/07: es6 and ts lib
Date: Fri, 04 Nov 2022 15:56:19 +0100

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

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

commit 1c46406828648546f6bffbdb76a01a405515c04c
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Fri Nov 4 10:36:41 2022 -0300

    es6 and ts lib
---
 packages/merchant-backoffice-ui/tsconfig.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/packages/merchant-backoffice-ui/tsconfig.json 
b/packages/merchant-backoffice-ui/tsconfig.json
index dfb87582a..a0f25cba2 100644
--- a/packages/merchant-backoffice-ui/tsconfig.json
+++ b/packages/merchant-backoffice-ui/tsconfig.json
@@ -1,10 +1,10 @@
 {
     "compilerOptions": {
         /* Basic Options */
-        "target": "ES5",                          /* Specify ECMAScript target 
version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', or 'ESNEXT'. */
+        "target": "ES6",                          /* Specify ECMAScript target 
version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', or 'ESNEXT'. */
         "module": "ESNext",                       /* Specify module code 
generation: 'none', commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
-        // "lib": [],                             /* Specify library files to 
be included in the compilation:  */
-        "allowJs": true,                          /* Allow javascript files to 
be compiled. */
+        "lib": ["es2021","dom"],                             /* Specify 
library files to be included in the compilation:  */
+        // "allowJs": true,                          /* Allow javascript files 
to be compiled. */
         // "checkJs": true,                       /* Report errors in .js 
files. */
         "jsx": "react",                           /* Specify JSX code 
generation: 'preserve', 'react-native', or 'react'. */
         "jsxFactory": "h",                        /* Specify the JSX factory 
function to use when targeting react JSX emit, e.g. React.createElement or h. */

-- 
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]