Skip to content

Commit 15e42ba

Browse files
authoredJun 25, 2024··
ci: Add tests for TS 4.7, 4.8, 4.9 (#7618)
* ci: Add tests for TS 4.7, 4.8, 4.9 * Capitalise
1 parent 8253a80 commit 15e42ba

File tree

47 files changed

+142
-49
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+142
-49
lines changed
 

‎examples/react/algolia/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"skipLibCheck": true,
88

99
/* Bundler mode */
10-
"moduleResolution": "bundler",
10+
"moduleResolution": "Bundler",
1111
"allowImportingTsExtensions": true,
1212
"resolveJsonModule": true,
1313
"isolatedModules": true,

‎examples/react/basic-typescript/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"skipLibCheck": true,
88

99
/* Bundler mode */
10-
"moduleResolution": "bundler",
10+
"moduleResolution": "Bundler",
1111
"allowImportingTsExtensions": true,
1212
"resolveJsonModule": true,
1313
"isolatedModules": true,

0 commit comments

Comments
 (0)
Please sign in to comment.