Skip to content

Commit

Permalink
fix: update the target to ES2019
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Jan 1, 2022
1 parent d7917e1 commit 74a420a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2017",
"target": "ES2019",
"module": "commonjs",
"moduleResolution": "node",
"declaration": true,
Expand All @@ -9,9 +9,7 @@
"strict": true,
"noImplicitAny": true,
"esModuleInterop": true,
"skipLibCheck": true,
"skipLibCheck": true
},
"include": [
"src/**/*"
]
"include": ["src/**/*"]
}

0 comments on commit 74a420a

Please sign in to comment.