Skip to content

Commit

Permalink
update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dashed committed Aug 2, 2019
1 parent ebaf225 commit c6de494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"allowJs": false,
"noImplicitAny": false,
"esModuleInterop": true,
"module": "es2015",
"module": "esnext",
"moduleResolution": "node",
"jsx": "react",
"baseUrl": ".",
Expand Down

0 comments on commit c6de494

Please sign in to comment.