Skip to content

Commit fc927e8

Browse files
committed
Was not checking the types of example tests
1 parent 7c6dcba commit fc927e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/node/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"noFallthroughCasesInSwitch": true,
1616
"forceConsistentCasingInFileNames": true
1717
},
18-
"files": ["index.ts"]
18+
"include": ["**/*"]
1919
}

examples/web/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"noFallthroughCasesInSwitch": true,
1818
"forceConsistentCasingInFileNames": true
1919
},
20-
"files": ["index.ts"]
20+
"include": ["**/*"]
2121
}

0 commit comments

Comments
 (0)