From 2eaf94d3ca43c426aedce2f5b5ecf9a9a38ed523 Mon Sep 17 00:00:00 2001 From: Dan Percic Date: Tue, 21 Jun 2022 11:25:45 +0300 Subject: [PATCH] prettier stuff --- tsconfig.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index c57e5c6..f820412 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,15 +18,10 @@ "resolveJsonModule": true, "target": "es2021", "module": "es2020", - "lib": [ - "es2021", - "dom" - ], + "lib": ["es2021", "dom"], "allowSyntheticDefaultImports": true }, - "include": [ - "**/*.ts" - ], + "include": ["**/*.ts"], "angularCompilerOptions": { "enableI18nLegacyMessageIdFormat": false, "strictInjectionParameters": true,