Skip to content

Commit

Permalink
raise es5 => es2017 typescript target
Browse files Browse the repository at this point in the history
* so native async/await calls gets generated
* node 10+ restriction was introduced before in 3.0.0
  • Loading branch information
vladimiry committed Oct 16, 2020
1 parent fc0c737 commit 7152b64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fs-json-store",
"version": "6.0.0-beta3",
"version": "6.0.0-beta4",
"description": "Node.js module for storing JSON data on the file system",
"author": "Vladimir Yakovlev <[email protected]> (https://github.com/vladimiry)",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://www.typescriptlang.org/docs/handbook/compiler-options.html
"extends": "./tsconfig.checks.json",
"compilerOptions": {
"target": "es5",
"target": "es2017",
"module": "commonjs",
"moduleResolution": "node",
"resolveJsonModule": true,
Expand Down

0 comments on commit 7152b64

Please sign in to comment.