Skip to content

Commit

Permalink
Merge pull request #40 from IgnacioPinedo/master
Browse files Browse the repository at this point in the history
Update tsconfig.json
  • Loading branch information
DavidTanner authored Oct 16, 2023
2 parents 8bde68e + a8c07a2 commit 1093f10
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
Expand Up @@ -3,11 +3,12 @@
"allowJs": true,
"alwaysStrict": true,
"moduleResolution": "node",
"module": "CommonJS",
"target": "es2019",
"lib": ["es2020", "dom"],
"pretty": true,
"noEmit": true,
"allowSyntheticDefaultImports": true,
"declaration": true,
}
}
}

0 comments on commit 1093f10

Please sign in to comment.