Skip to content

Commit

Permalink
Use es2019 TS lib definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
fatfisz committed May 4, 2020
1 parent a4f5a4e commit bbdb82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"jsx": "preserve",
"lib": ["dom", "es2017"],
"lib": ["dom", "es2019"],
"module": "esnext",
"moduleResolution": "node",
"noEmit": true,
Expand Down

0 comments on commit bbdb82e

Please sign in to comment.