We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8262747 commit c5ec3e9Copy full SHA for c5ec3e9
README.md
@@ -6,4 +6,4 @@ npm install
6
npm run demo
7
```
8
9
-It will open <http://localhost:8080/> automatically.
+It will open page on browser automatically.
hello.tsx
@@ -1,4 +1,5 @@
1
-import * as React from 'react'
+//import * as React from 'react'
2
+import React from 'react'
3
4
class Hello extends React.Component {
5
render() {
tsconfig.json
@@ -8,7 +8,8 @@
"preserveConstEnums": true,
"moduleResolution": "node",
10
"sourceMap": true,
11
- "jsx": "react"
+ "jsx": "react",
12
+ "esModuleInterop": true
13
},
14
"exclude": [
15
"node_modules"
0 commit comments