Skip to content

Commit

Permalink
tsconfig: explicitly add "lib": ["es5"] to get rid of TypeScript erro…
Browse files Browse the repository at this point in the history
…rs in Jetbrains IDE
  • Loading branch information
martijnthe committed Oct 20, 2018
1 parent 1deda4c commit 30865d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"target": "es5",
"module": "commonjs",
"declaration": true,
"lib": [
"es5"
],
"sourceMap": true,
"outDir": "dist",
"strict": true,
Expand Down

0 comments on commit 30865d9

Please sign in to comment.