From 4f1d8e89e1de9d6c92f47e540299f5f5bda6a48c Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 00:28:48 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- tsconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 0d7c6c8..42060aa 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,11 +4,11 @@ "allowJs": true, "baseUrl": ".", "paths": { - "@/*": ["src/*"] + "@/*": ["src/*"], }, "jsx": "react-jsx", - "jsxImportSource": "react" + "jsxImportSource": "react", }, "include": ["./src/env.d.ts", "**/*.ts", "**/*.tsx"], - "exclude": ["dist"] + "exclude": ["dist"], }