Skip to content

Commit f19703e

Browse files
authored
chore: Updates tsconfig to use 'react' for jsx. (#1620)
* chore: Updates tsconfig to use 'react' for jsx. Change-Id: I17adc1413b67d0e18248eba2538f1973736c7510 * fix: Updates comment in readme to kick off fresh build. Change-Id: Ic95d2e20fc0c30dbcedfa5f89a2f9865af5dc8c2
1 parent 8c7e245 commit f19703e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

‎samples/rgm-basic-map/README.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
## rgm-basic-map
44

5-
React Google Maps Library - Basic Map
5+
This sample demonstrates using React with the vis.gl wrapper to create
6+
a map with an Advanced Marker.
67

78
## Setup
89

‎tsconfig.react-base.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": "./tsconfig.base.json",
33
"compilerOptions": {
4-
"jsx": "react-jsx",
4+
"jsx": "react",
55
"allowSyntheticDefaultImports": true,
66
"types": ["vite/client", "google.maps"]
77
}

0 commit comments

Comments
 (0)