From 60bf090c7b37e774732bc0c23a101742ca878d5e Mon Sep 17 00:00:00 2001 From: sousuke0422 Date: Mon, 8 Aug 2022 15:20:19 +0900 Subject: [PATCH] Revert "chore: tune" This reverts commit f9545ed880b5e2e477f5fb0f91426706f228ddf5. --- src/tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tsconfig.json b/src/tsconfig.json index aafc6963e2..ad1b3bf07f 100644 --- a/src/tsconfig.json +++ b/src/tsconfig.json @@ -21,7 +21,6 @@ "emitDecoratorMetadata": true, "resolveJsonModule": true, "isolatedModules": true, - "esModuleInterop": true, "rootDir": "./", "baseUrl": "./", "outDir": "../built",