From 3f6d11cd60fb8e57242a836915d6be795ccc2823 Mon Sep 17 00:00:00 2001 From: bharatkk-metron Date: Wed, 24 Jul 2024 15:27:47 +0530 Subject: [PATCH] remove unwanted --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 751861f..e9a30dd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "extends": "./node_modules/@jupiterone/integration-sdk-dev-tools/config/typescript", "compilerOptions": { "outDir": "dist", - "lib": ["dom", "es2015"] + "lib": ["dom"] }, "exclude": ["dist"] }