Skip to content

Commit

Permalink
Merge pull request #412 from vip-git/es6
Browse files Browse the repository at this point in the history
Update tsconfig.json
  • Loading branch information
vip-git authored Nov 21, 2021
2 parents 573ee4b + 22c731a commit d345d44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"peerDependencies": {
"immutability-helper": "^2.6.5 || ^3.0.0"
},
"version": "3.0.0-beta.2",
"version": "3.0.0-beta.3",
"directories": {
"doc": "docs"
},
Expand Down
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@config/*": ["./src/config/*"],
},
"forceConsistentCasingInFileNames": true,
"module": "esnext",
"module": "es6",
"moduleResolution": "node",
"preserveConstEnums": true,
"declaration": true,
Expand All @@ -16,7 +16,7 @@
"noLib": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "esnext",
"target": "es6",
"resolveJsonModule": true,
"sourceMap": true,
"allowJs": true,
Expand Down Expand Up @@ -47,4 +47,4 @@
"src/**/*",
"node_modules/selection-is-backward/*"
]
}
}

1 comment on commit d345d44

@vercel
Copy link

@vercel vercel bot commented on d345d44 Nov 21, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.