Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Commit

Permalink
Increase accuracy of TS target + module
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark committed Dec 20, 2020
1 parent a624344 commit 458afca
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
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"target": "ES6",
"module": "ES2020",
"strict": true,
"declaration": true,
"esModuleInterop": true,
Expand Down

0 comments on commit 458afca

Please sign in to comment.