Skip to content

Commit 5ee273e

Browse files
committed
Comments, trailing comma to tests tsconfig.json
1 parent 132e569 commit 5ee273e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/tsconfig.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"compilerOptions": {
33
"jsx": "react",
44
"noEmit": true,
5-
"typeRoots": ["./typings", "../node_modules/@types"]
5+
// Global type definitions.
6+
"typeRoots": [
7+
"./typings",
8+
"../node_modules/@types",
9+
],
610
}
711
}

0 commit comments

Comments
 (0)