Skip to content

Commit

Permalink
fix typescript error (DefiLlama#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxSaturn authored Aug 16, 2023
1 parent 8f57f08 commit 8489bd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"noFallthroughCasesInSwitch": true,
"esModuleInterop": true,
"allowJs": true,
"lib": ["ES2020.Promise", "ES6"]
"lib": ["ES2020.Promise", "ES6"],
"moduleDetection": "force"
},
"include": ["./src/**/*"]
}

0 comments on commit 8489bd0

Please sign in to comment.