Skip to content

Commit

Permalink
refactor!: Browser distribution is now built using ES2020 as a target
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Oct 25, 2023
1 parent 239697a commit 1836684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig/browser.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"extends": "./base.json",
"compilerOptions": {
"target": "ES2018",
"module": "ES6",
"target": "ES2020",
"module": "ES2020",
"outDir": "../dist/browser"
}
}

0 comments on commit 1836684

Please sign in to comment.