Skip to content

Commit

Permalink
fix: target ES5 to have accessors (getter) without warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
pamapa committed Jul 21, 2021
1 parent 35318a2 commit 4d26e6e
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 @@
// see https://www.typescriptlang.org/tsconfig to better understand tsconfigs
"include": ["src", "types"],
"compilerOptions": {
"target": "ES5",
"module": "esnext",
"lib": ["dom", "esnext"],
"importHelpers": true,
Expand Down

0 comments on commit 4d26e6e

Please sign in to comment.