Skip to content

Commit

Permalink
Framework: Fix configuration spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Apr 1, 2020
1 parent a4e7fb1 commit 064864b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"esModuleInterop": false,
"resolveJsonModule": true,

"typeRoots":["./node_modules/@types"]
"typeRoots": [ "./node_modules/@types" ]
},
"exclude": [ "**/benchmark", "**/test/**", "**/build/**", "**/build-*/**" ]
}

0 comments on commit 064864b

Please sign in to comment.