summaryrefslogtreecommitdiff
path: root/packages/anastasis-webui/tsconfig.json
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2022-06-06 00:04:53 -0300
committerSebastian <sebasjm@gmail.com>2022-06-06 00:04:53 -0300
commite3c92b6080f4b2c7f146bd84953ef51114b23cdb (patch)
tree72391332d5a949bf2c7009d56ad633f3d4c1a30e /packages/anastasis-webui/tsconfig.json
parent1c1384d7c8193aa17375e630a960644f669d2b48 (diff)
downloadwallet-core-e3c92b6080f4b2c7f146bd84953ef51114b23cdb.tar.gz
wallet-core-e3c92b6080f4b2c7f146bd84953ef51114b23cdb.tar.bz2
wallet-core-e3c92b6080f4b2c7f146bd84953ef51114b23cdb.zip
updating package
Diffstat (limited to 'packages/anastasis-webui/tsconfig.json')
-rw-r--r--packages/anastasis-webui/tsconfig.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/anastasis-webui/tsconfig.json b/packages/anastasis-webui/tsconfig.json
index b21a04318..2d60fd47a 100644
--- a/packages/anastasis-webui/tsconfig.json
+++ b/packages/anastasis-webui/tsconfig.json
@@ -3,7 +3,10 @@
/* Basic Options */
"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: */
+ "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'. */,