From 064864b653b2115e38991e68b339042c95732891 Mon Sep 17 00:00:00 2001 From: Andrew Duthie Date: Wed, 1 Apr 2020 17:53:12 -0400 Subject: [PATCH] Framework: Fix configuration spacing --- tsconfig.base.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.base.json b/tsconfig.base.json index b7e538e3faa14..e17cd0ff564d8 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -31,7 +31,7 @@ "esModuleInterop": false, "resolveJsonModule": true, - "typeRoots":["./node_modules/@types"] + "typeRoots": [ "./node_modules/@types" ] }, "exclude": [ "**/benchmark", "**/test/**", "**/build/**", "**/build-*/**" ] }