Skip to content

Commit

Permalink
feat: target es2017 instead of es2015 (#163)
Browse files Browse the repository at this point in the history
This might require custom transpilation if you target older browsers

BREAKING CHANGE: package targets es2017
  • Loading branch information
andipaetzold committed Nov 25, 2022
1 parent 7d49ade commit be187d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "@tsconfig/recommended/tsconfig.json",
"compilerOptions": {
"module": "Node16",
"target": "ES2017",
"declaration": true,
"outDir": "lib"
},
Expand Down

0 comments on commit be187d0

Please sign in to comment.