Skip to content

Commit

Permalink
Updates TypeScript configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkormendy committed Jul 10, 2021
1 parent 4663239 commit e0c5ffb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"compilerOptions": {
"target": "ES6",
"target": "ES2018", // ~node10
"module": "commonjs",
"lib": [
"es2015",
"es2016",
"es2017",
"es2018"
],
"declaration": true,
"declarationMap": true,
"sourceMap": true,
Expand Down

0 comments on commit e0c5ffb

Please sign in to comment.