diff --git a/tsconfig.json b/tsconfig.json index 46595864..c4175036 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "module": "commonjs", "target": "ES2022", - "lib": ["es6", "es2017", "es2019", "ES2022", "WebWorker"], + "lib": ["ES2022", "WebWorker"], "outDir": "out", "experimentalDecorators": true, "sourceMap": true,