Skip to content

Commit

Permalink
Remove inconsistent spaces in tsconfig file (#977)
Browse files Browse the repository at this point in the history
  • Loading branch information
hafffe authored and szmarczak committed Dec 8, 2019
1 parent a755a16 commit 62cdeec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Expand Up @@ -6,8 +6,8 @@
"lib": [
"es2018"
],
// This is done to make ts-node load declaration files
"typeRoots": [
// This is done to make ts-node load declaration files
"typeRoots": [
"./node_modules/@types",
"./source/types",
"./test/types"
Expand Down

0 comments on commit 62cdeec

Please sign in to comment.