Skip to content

Commit

Permalink
Merge pull request #48 from hamdanmahmoud/compiler-lib
Browse files Browse the repository at this point in the history
Changing lib compiler option for TypeScript type definitions to use ESNext for better usage of proposals
  • Loading branch information
hamdanmahmoud authored Dec 8, 2022
2 parents 35cefee + bb281bf commit dd5c8ba
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 dd5c8ba

Please sign in to comment.