From e08cbbd84d7526c22d7d6ddc20b9c249d25292a8 Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Tue, 7 May 2024 16:46:18 +0800 Subject: [PATCH] style: tsconfig --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index c8a96ad..f225ee9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,9 +13,9 @@ "allowSyntheticDefaultImports": true, "jsx": "react-jsx", "moduleResolution": "node", - "allowJs": true, + "allowJs": true }, "ts-node": { "esm": true } -} \ No newline at end of file +}