From 0964e14048193dfd51d595b69d5b091fd421622f Mon Sep 17 00:00:00 2001 From: FabianLars Date: Mon, 5 Feb 2024 13:09:32 +0000 Subject: [PATCH] [ci] format --- packages/config-generator/tsconfig.json | 4 ++-- tsconfig.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/config-generator/tsconfig.json b/packages/config-generator/tsconfig.json index 3ebcb778b..e70b1b2da 100644 --- a/packages/config-generator/tsconfig.json +++ b/packages/config-generator/tsconfig.json @@ -3,6 +3,6 @@ "target": "ES2021", "esModuleInterop": true, "strict": true, - "skipLibCheck": true, - }, + "skipLibCheck": true + } } diff --git a/tsconfig.json b/tsconfig.json index 6613603e7..2b146b07f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,7 @@ "baseUrl": ".", "paths": { "@components/*": ["src/components/*"], - "@assets/*": ["src/assets/*"], - }, - }, + "@assets/*": ["src/assets/*"] + } + } }