Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
pearmini committed Jun 4, 2021
1 parent 32be6ee commit 4bbce9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"outDir": "lib",
"module": "commonjs",
"target": "ESNext",
"target": "ES2019",
"jsx": "preserve",
"moduleResolution": "node",
"experimentalDecorators": true,
Expand All @@ -11,7 +11,7 @@
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"pretty": true,
"lib": ["dom", "esnext"],
"lib": ["dom", "ES2019"],
"skipLibCheck": true,
"sourceRoot": "src",
"baseUrl": "src"
Expand Down

0 comments on commit 4bbce9d

Please sign in to comment.