Skip to content

Commit

Permalink
Comments, trailing comma to tests tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Oct 30, 2018
1 parent 132e569 commit 5ee273e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"compilerOptions": {
"jsx": "react",
"noEmit": true,
"typeRoots": ["./typings", "../node_modules/@types"]
// Global type definitions.
"typeRoots": [
"./typings",
"../node_modules/@types",
],
}
}

0 comments on commit 5ee273e

Please sign in to comment.