From 863733cba52936a392c57ada3f30027e42aa2615 Mon Sep 17 00:00:00 2001 From: Opportunity Date: Fri, 17 Jul 2020 11:57:35 +0800 Subject: [PATCH] remove --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 4a6e7a2..f46493a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,6 @@ "module": "commonjs", "target": "es2018", "outDir": "dist", - "types": ["node", "jest"], - "esModuleInterop": true + "types": ["node", "jest"] } }