From 9f5981a4188d3525b880af5ce31872d8fee81c37 Mon Sep 17 00:00:00 2001 From: CismonX Date: Mon, 12 Apr 2021 20:33:14 +0800 Subject: [PATCH] Cleanup tsconfig.json --- tsconfig.json | 3 --- 1 file changed, 3 deletions(-) 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,