diff --git a/web/tsconfig.json b/web/tsconfig.json index 864763782..59f8ec37e 100644 --- a/web/tsconfig.json +++ b/web/tsconfig.json @@ -7,9 +7,20 @@ "experimentalDecorators": true, "sourceMap": true, "target": "esnext", - "module": "es2015", + "module": "esnext", "moduleResolution": "node", - "lib": ["es2017", "dom", "dom.iterable"], + "lib": [ + "ES5", + "ES2015", + "ES2016", + "ES2017", + "ES2018", + "ES2019", + "ES2020", + "ESNext", + "DOM", + "WebWorker" + ], "plugins": [ { "name": "ts-lit-plugin",