Skip to content

Commit

Permalink
Changing lib compiler option for TypeScript type definitions to use E…
Browse files Browse the repository at this point in the history
…SNext for better usage of proposals
  • Loading branch information
mahamdan committed Dec 8, 2022
1 parent 35cefee commit bb281bf
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 @@ -13,7 +13,7 @@
"importHelpers": true,
"outDir": "lib",
"pretty": true,
"lib": ["es2015", "es2016", "es2017", "dom", "WebWorker.ImportScripts"],
"lib": ["es2015", "es2016", "es2017", "dom", "WebWorker.ImportScripts", "esnext"],
"jsx": "react",
"types": ["webpack", "webpack-env", "jest"]
},
Expand Down

0 comments on commit bb281bf

Please sign in to comment.