From e091b8a49072cabeaf747bed046bb6a26f8e4a01 Mon Sep 17 00:00:00 2001 From: manuelwedler Date: Wed, 15 Jul 2020 14:45:35 +0200 Subject: [PATCH] Apply prettier formatting to tsconfig.json --- tsconfig.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 26abde9a..7384e605 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,13 +5,13 @@ To learn more about this file see: https://angular.io/config/solution-tsconfig. */ { - "files": [], - "references": [ - { - "path": "./src/tsconfig.app.json" - }, - { - "path": "./src/tsconfig.spec.json" - } - ] -} \ No newline at end of file + "files": [], + "references": [ + { + "path": "./src/tsconfig.app.json" + }, + { + "path": "./src/tsconfig.spec.json" + } + ] +}