Skip to content

Commit

Permalink
reorder compiler options
Browse files Browse the repository at this point in the history
  • Loading branch information
rochdev committed Jun 14, 2019
1 parent 9870881 commit b0bd80a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"noEmitOnError": true,
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"pretty": true,
"sourceMap": true,
"strict": true,
"target": "es6",
"strictNullChecks": true,
"noUnusedLocals": true
"target": "es6"
},
"exclude": [
"node_modules"
Expand Down

0 comments on commit b0bd80a

Please sign in to comment.