Skip to content

Commit

Permalink
Fixes indentation problems
Browse files Browse the repository at this point in the history
  • Loading branch information
tinganho committed Jun 29, 2017
1 parent ffa741b commit 44f2b11
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions src/Extensions/JavaScript/tsconfig.json
Original file line number Diff line number Diff line change
@@ -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/**"
Expand Down

0 comments on commit 44f2b11

Please sign in to comment.