Skip to content

Commit

Permalink
PRD-27: configure the correct TypeScript -> Node mapping for Node 10 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
lochnesh authored Nov 12, 2020
1 parent ae08fcf commit 906fe9f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"extends": "./node_modules/skripts/base-tsconfig.json",
"include": ["src"]
"include": ["src"],
"compilerOptions": {
"target": "es2018"
}
}

0 comments on commit 906fe9f

Please sign in to comment.