From 9a1079025698197a27a7edffb40bc35ec0faf348 Mon Sep 17 00:00:00 2001 From: "albelium-bot[bot]" <154823176+albelium-bot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 21:04:59 +0000 Subject: [PATCH] :recycle: Auto format --- apps/backend/tsconfig.json | 4 ++-- apps/docs/tsconfig.json | 8 ++++---- apps/frontend/tsconfig.json | 6 +++--- packages/icon/tsconfig.json | 2 +- packages/panda-preset/tsconfig.json | 2 +- packages/ui/tsconfig.json | 6 +++--- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/apps/backend/tsconfig.json b/apps/backend/tsconfig.json index f623b5be..a905098a 100644 --- a/apps/backend/tsconfig.json +++ b/apps/backend/tsconfig.json @@ -3,8 +3,8 @@ "compilerOptions": { "outDir": "./dist", "baseUrl": "./src", - "rootDir": "./src" + "rootDir": "./src", }, "include": ["src/**/*.ts"], - "exclude": ["node_modules"] + "exclude": ["node_modules"], } diff --git a/apps/docs/tsconfig.json b/apps/docs/tsconfig.json index ddb08816..ae43bf12 100644 --- a/apps/docs/tsconfig.json +++ b/apps/docs/tsconfig.json @@ -3,8 +3,8 @@ "compilerOptions": { "plugins": [ { - "name": "@astrojs/ts-plugin" - } - ] - } + "name": "@astrojs/ts-plugin", + }, + ], + }, } diff --git a/apps/frontend/tsconfig.json b/apps/frontend/tsconfig.json index ec97b697..df6be907 100644 --- a/apps/frontend/tsconfig.json +++ b/apps/frontend/tsconfig.json @@ -3,9 +3,9 @@ "compilerOptions": { "plugins": [{ "name": "next" }], "paths": { - "@/*": ["./src/*"] - } + "@/*": ["./src/*"], + }, }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], - "exclude": ["node_modules"] + "exclude": ["node_modules"], } diff --git a/packages/icon/tsconfig.json b/packages/icon/tsconfig.json index 2189643f..d5627ab2 100644 --- a/packages/icon/tsconfig.json +++ b/packages/icon/tsconfig.json @@ -1,5 +1,5 @@ { "extends": "tsconfig/react-library.json", "include": ["."], - "exclude": ["node_modules"] + "exclude": ["node_modules"], } diff --git a/packages/panda-preset/tsconfig.json b/packages/panda-preset/tsconfig.json index 61a00fa2..7a535753 100644 --- a/packages/panda-preset/tsconfig.json +++ b/packages/panda-preset/tsconfig.json @@ -1,5 +1,5 @@ { "extends": "tsconfig/base.json", "include": ["."], - "exclude": ["node_modules"] + "exclude": ["node_modules"], } diff --git a/packages/ui/tsconfig.json b/packages/ui/tsconfig.json index e15a9ca4..b6b0757e 100644 --- a/packages/ui/tsconfig.json +++ b/packages/ui/tsconfig.json @@ -2,9 +2,9 @@ "extends": "tsconfig/react-library.json", "compilerOptions": { "paths": { - "@/*": ["./*"] - } + "@/*": ["./*"], + }, }, "include": ["."], - "exclude": ["dist", "build", "node_modules"] + "exclude": ["dist", "build", "node_modules"], }