From 44f2b11449c64ec017fee51837b13d5105520980 Mon Sep 17 00:00:00 2001 From: Tingan Ho Date: Thu, 29 Jun 2017 23:07:35 +0200 Subject: [PATCH] Fixes indentation problems --- src/Extensions/JavaScript/tsconfig.json | 30 ++++++++++++------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/Extensions/JavaScript/tsconfig.json b/src/Extensions/JavaScript/tsconfig.json index 0e3ac27c..8f1de118 100644 --- a/src/Extensions/JavaScript/tsconfig.json +++ b/src/Extensions/JavaScript/tsconfig.json @@ -1,25 +1,25 @@ { - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, + "compilerOptions": { + "module": "commonjs", + "target": "es6", + "noImplicitAny": true, "noImplicitThis": true, - "sourceMap": true, + "sourceMap": true, "removeComments": true, "moduleResolution": "node", - "strictNullChecks": true, + "strictNullChecks": true, "noEmitOnError": true, "noUnusedLocals": true, "noUnusedParameters": true, - "outDir": "Build", - "baseUrl": ".", - "paths": { - "*": [ - "Typings/*", - "*" - ] - } - }, + "outDir": "Build", + "baseUrl": ".", + "paths": { + "*": [ + "Typings/*", + "*" + ] + } + }, "exclude": [ "Tasks/**", "node_modules/**"