Skip to content

Commit

Permalink
update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
HeskeyBaozi committed Sep 11, 2018
1 parent 5088cdd commit 4a4e4af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"target": "esnext",
"module": "esnext",
"strict": true,
"moduleResolution": "node"
"moduleResolution": "node",
"jsx": "preserve"
},
"include": ["src"]
}

0 comments on commit 4a4e4af

Please sign in to comment.