diff options
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 8fa7472c..55769505 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,6 +8,11 @@ "noEmitOnError": false, "typeRoots": [ "node_modules/@types" ], "resolveJsonModule": true, - "jsx": "react" + "jsx": "react", + "lib": [ + "es2019", + "dom", + "dom.iterable" + ] } }
\ No newline at end of file |