Skip to content

Commit

Permalink
More realistic target version
Browse files Browse the repository at this point in the history
  • Loading branch information
dolezel committed Dec 6, 2019
1 parent 463c691 commit 34c7d3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tsconfig-test.json
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2020",
"target": "es2019",
"moduleResolution": "node",
"baseUrl": "src",
"outDir": "dist",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2020",
"target": "es2017",
"module": "commonjs",
"moduleResolution": "node",
"rootDir": "src",
Expand Down

0 comments on commit 34c7d3b

Please sign in to comment.