Skip to content

Commit

Permalink
Merge pull request #1 from alemagio/require-not-working
Browse files Browse the repository at this point in the history
fix: removed comma and comment to make it requirable
  • Loading branch information
fox1t authored Nov 11, 2020
2 parents 0e8f1d9 + 2a1fe8c commit 4a9011e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2018", // 92% Node.js 10 (https://node.green/)
"target": "es2018",
"module": "commonjs",
"moduleResolution": "node",
"declaration": true,
Expand All @@ -17,6 +17,6 @@
"skipLibCheck": true,
"lib": [
"esnext"
],
]
}
}

0 comments on commit 4a9011e

Please sign in to comment.