Skip to content

Commit

Permalink
Update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
samchamberland committed Nov 20, 2019
1 parent a3c43ae commit 273c68f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions template/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"compilerOptions": {
"esModuleInterop": true,
"experimentalDecorators": true,
"jsx": "react",
"lib": ["dom", "es2015", "es2016"],
"lib": ["dom", "esnext"],
"module": "es2015",
"moduleResolution": "node",
"noEmit": true,
Expand Down

0 comments on commit 273c68f

Please sign in to comment.