From 000fbc0889fe798725d93e01d17113b34dd4b8f4 Mon Sep 17 00:00:00 2001 From: Tadayoshi Sato Date: Tue, 6 Feb 2024 13:54:18 +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 12750460..761f4298 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 c409c018..1440b66c 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/**"] }