2 Commits

Author SHA1 Message Date
Jeff Widman
ed675a3d5f Make typescript compile to "es2022" (#609)
Keeping back in `"es6"` is causing an issue over in a Dependabot PR where
another library wants to use newer Javascript features.

The reason `"es6"` was the previous target is because GitHub actions
used to use node 12, which didn't support some of the newer versions.
But now that GitHub Actions is on Node 20, which supports `"es2022"`,
it's safe to let Typescript compile using this much newer syntax.
2025-03-21 12:27:38 -07:00
Barry Gordon
5463e0e4c6 Add packages and their config, add git[hub] configs 2021-05-26 16:55:53 +01:00