Skip to content

Commit

Permalink
Target ES6 properly
Browse files Browse the repository at this point in the history
  • Loading branch information
ferferga authored Nov 29, 2022
1 parent 16dac7e commit 2532007
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"extends": "@tsconfig/recommended/tsconfig.json",
"compilerOptions": {
"target": "ES5",
"target": "ES6",
"module": "ES6",
"declaration": true,
"noImplicitAny": true,
"outDir": "lib"
Expand Down

0 comments on commit 2532007

Please sign in to comment.