Skip to content

Commit

Permalink
fix: add exnext lib to tsconfig.json (denoland/std#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
keroxp authored and ry committed May 18, 2019
1 parent ef4fd3d commit 227d92e
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
Expand Up @@ -5,11 +5,11 @@
"module": "esnext",
"moduleResolution": "node",
"noEmit": true,
"noLib": true,
"pretty": true,
"resolveJsonModule": true,
"strict": true,
"target": "esnext"
"target": "esnext",
"lib": ["esnext"]
},
"include": ["./**/*.ts"]
}

0 comments on commit 227d92e

Please sign in to comment.