Skip to content

Commit

Permalink
Merge pull request #57 from lineupjs/thinkh/56-run-time-errors-after-…
Browse files Browse the repository at this point in the history
…release-of-v241

Align tsconfig.json with lineupjs
  • Loading branch information
sgratzl authored May 7, 2022
2 parents 7f7a197 + a57b5f2 commit 6436c20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"compilerOptions": {
"module": "ES2020",
"target": "ES2019",
"module": "ES2015",
"target": "ES5",
"importHelpers": false,
"sourceMap": true,
"lib": ["DOM", "ES2019"],
"lib": ["DOM", "ES2015", "es2016.array.include", "es2017.object"],
"composite": true,
"declaration": true,
"declarationMap": true,
Expand Down

0 comments on commit 6436c20

Please sign in to comment.