From 93530efb347a24a5d7ca994dfcd8277ec603338e Mon Sep 17 00:00:00 2001 From: Tadayoshi Sato Date: Tue, 23 Jan 2024 12:42:13 +0900 Subject: [PATCH] style: fix format --- app/tsconfig.json | 4 ++-- packages/hawtio/tsconfig.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/tsconfig.json b/app/tsconfig.json index 761f4298..12750460 100644 --- a/app/tsconfig.json +++ b/app/tsconfig.json @@ -18,7 +18,7 @@ "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, - "jsx": "react-jsx" + "jsx": "react-jsx", }, - "include": ["src"] + "include": ["src"], } diff --git a/packages/hawtio/tsconfig.json b/packages/hawtio/tsconfig.json index 1440b66c..c409c018 100644 --- a/packages/hawtio/tsconfig.json +++ b/packages/hawtio/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "baseUrl": ".", "paths": { - "@hawtiosrc/*": ["src/*"] + "@hawtiosrc/*": ["src/*"], }, "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, @@ -20,8 +20,8 @@ "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, - "jsx": "react-jsx" + "jsx": "react-jsx", }, "include": ["src"], - "exclude": ["src/hawtio/**/ignore/**"] + "exclude": ["src/hawtio/**/ignore/**"], }