aboutsummaryrefslogtreecommitdiff
path: root/packages/anastasis-webui/tsconfig.json
diff options
context:
space:
mode:
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'. */,