Skip to content

Commit

Permalink
fix #32 ie 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bluebill1049 committed Aug 20, 2020
1 parent cd6fe05 commit 14ac1a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"sourceMap": true,
"module": "es2015",
"target": "es2017",
"module": "esnext",
"target": "es5",
"moduleResolution": "node",
"outDir": "./dist",
"jsx": "react",
Expand Down

0 comments on commit 14ac1a7

Please sign in to comment.