We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 580571e commit babe095Copy full SHA for babe095
examples/src/ThankYou.jsx
@@ -29,7 +29,7 @@ export function ThankYou() {
29
<h2>Thank you</h2>
30
<p>Your order has been received!</p>
31
32
- <img className="main-image" src="https://placekitten.com/600/400"/>
+ <img className="main-image" src="https://placekitten.com/600/400" alt="main" />
33
</div>
34
</>
35
}
tsconfig.json
@@ -17,7 +17,8 @@
17
"declaration": true,
18
"baseUrl": "src",
19
"resolveJsonModule": true,
20
- "jsx": "react"
+ "jsx": "react",
21
+ "sourceRoot": "src/"
22
},
23
"include": ["src/**/*"],
24
"exclude": ["node_modules"]
0 commit comments