From 16caa1173d99542803ff78a9793339a9e513f5bd Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 26 Jul 2018 11:01:17 -0400 Subject: Run tools/format.py --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index adc2b8bf3..dacdc2e2a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,7 +15,7 @@ "allowUnreachableCode": false, "experimentalDecorators": true, "paths": { - "*": [ "*", "out/debug/*", "out/default/*", "out/release/*" ] + "*": ["*", "out/debug/*", "out/default/*", "out/release/*"] } }, "include": ["js/main.ts"], -- cgit v1.2.3