Skip to content

Commit

Permalink
Update compiler options
Browse files Browse the repository at this point in the history
  • Loading branch information
xylo04 committed Jan 22, 2022
1 parent 2c8e990 commit 4ab830e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/assets/license-report.json
Original file line number Diff line number Diff line change
Expand Up @@ -495,9 +495,9 @@
{
"name": "typescript",
"licenseType": "Apache-2.0",
"link": "git+https://github.com/Microsoft/TypeScript.git",
"comment": "4.4.4",
"installedVersion": "4.4.4",
"link": "https://github.com/Microsoft/TypeScript.git",
"comment": "4.5.5",
"installedVersion": "4.5.5",
"author": "Microsoft Corp."
}
]
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"experimentalDecorators": true,
"moduleResolution": "node",
"importHelpers": true,
"skipDefaultLibCheck": true,
"skipLibCheck": true,
"target": "es2015",
"module": "es2020",
"lib": ["es2018", "dom"]
Expand Down

0 comments on commit 4ab830e

Please sign in to comment.