diff --git a/tsconfig.json b/tsconfig.json index 9c7cd6f..8cf20b8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,9 +10,6 @@ "module": "CommonJS", "target": "ES2019", "outDir": "out", - "lib": [ - "ES2019" - ], "esModuleInterop": true, "strictNullChecks": true, "sourceMap": true,