From 3f098b2c7eddf8899b3a9f80f8c78b3f726a3006 Mon Sep 17 00:00:00 2001 From: kdh8219 <65698239+kdh8219@users.noreply.github.com> Date: Fri, 28 Apr 2023 23:40:48 +0900 Subject: [PATCH] fix tsc option --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 3559db4..39267c0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,8 @@ "outDir": "out", "target": "ES2022", "module": "ES2022", - "moduleResolution": "node" + "moduleResolution": "node", + "allowSyntheticDefaultImports": true }, "exclude": ["temp", "test"] }