Skip to content

Commit

Permalink
fix: Remove comments from tsconfig.json
Browse files Browse the repository at this point in the history
They couldn't be parsed by jest.
  • Loading branch information
NiGhTTraX committed Aug 3, 2021
1 parent 65d32ae commit 8a210de
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"@nighttrax/components/*": ["packages/components/src/*"],
"@nighttrax/*": ["packages/*/src"]
},
/* Avoid littering the projects with build artifacts from accidental
builds e.g. started from the IDE. The build configs should turn
this off. */
"noEmit": true
}
}

0 comments on commit 8a210de

Please sign in to comment.