From b3ceb9fe685210dbcb8959a0e17c06e606221444 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 12 Jun 2022 16:05:53 +0700 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 8dcddfa..e1c05ee 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,7 @@ { "extends": "@sindresorhus/tsconfig", "compilerOptions": { - "outDir": "dist", - "lib": ["ESNext"] + "outDir": "dist" }, "include": [ "source"