Skip to content

Commit

Permalink
Downgrade typescript target
Browse files Browse the repository at this point in the history
  • Loading branch information
konowrockis committed Sep 14, 2020
1 parent 8e9d14f commit a9691f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"lib": ["esnext"],
"target": "ESNext",
"target": "ES2019",
"module": "esNext",
"moduleResolution": "node",
"sourceMap": true,
Expand Down

0 comments on commit a9691f1

Please sign in to comment.