File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"presets" : [
3
3
" solid" ,
4
- " @babel/preset- typescript"
4
+ " @babel/typescript"
5
5
],
6
6
"env" : {
7
7
"test" : {
8
8
"presets" : [
9
9
[
10
- " @babel/preset- env" ,
10
+ " @babel/env" ,
11
11
{
12
12
"targets" : {
13
13
"node" : true
Original file line number Diff line number Diff line change @@ -12,10 +12,7 @@ const App: Component = () => {
12
12
< header class = "App-header" >
13
13
< img src = { logo } class = "App-logo" alt = "logo" />
14
14
< p >
15
- Edit < code > src/App.tsx</ code > and save to reload.
16
- </ p >
17
- < p >
18
- Timer is < code > { count ( ) } </ code > .
15
+ Edit < code > src/App.tsx</ code > and save to reload. < code > { count ( ) } </ code > and counting...
19
16
</ p >
20
17
< a class = "App-link" href = "https://solidjs.com" target = "_blank" rel = "noopener noreferrer" >
21
18
< img src = { wordmark } class = "App-wordmark" alt = "wordmark" />
You can’t perform that action at this time.
0 commit comments