Skip to content

Commit

Permalink
Fixed tsconfig target
Browse files Browse the repository at this point in the history
  • Loading branch information
ozziest committed Feb 16, 2024
1 parent 01f4b88 commit b7d3f12
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## [1.0.1 (2024-02-16)](https://github.com/axe-api/axe-api/compare/1.0.1...1.0.0)

- Fixed module target

## [1.0.0 (2024-02-11)](https://github.com/axe-api/axe-api/compare/1.0.0...1.0.0)

- Initial version
9 changes: 7 additions & 2 deletions tests/consumers/ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es5",
"target": "ES2016",
"module": "esnext",
"moduleResolution": "node",
"strict": true,
Expand Down

0 comments on commit b7d3f12

Please sign in to comment.