Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Commit

Permalink
fix(bundle-error): Resolve webpack error
Browse files Browse the repository at this point in the history
see #49
  • Loading branch information
hypery2k committed Oct 15, 2017
1 parent 808617a commit e5c8066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"pretty": true,
"removeComments": true,
"experimentalDecorators": true,
"noEmitHelpers": false,
"noEmitHelpers": true,
"noEmitOnError": true,
"skipDefaultLibCheck": true,
"skipLibCheck": true,
Expand Down Expand Up @@ -40,4 +40,4 @@
"test",
"platforms"
]
}
}

0 comments on commit e5c8066

Please sign in to comment.