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

Commit

Permalink
fix(typescript): Update tsconfig settings (#376 by @fvonhoven)
Browse files Browse the repository at this point in the history
  • Loading branch information
fvonhoven authored Sep 28, 2020
1 parent 4ebff79 commit 6b4d66e
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,8 +2,8 @@
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"target": "es5",
"lib": ["es2015", "es2016", "es2016.array.include", "scripthost"],
"target": "esnext",
"lib": ["es6"],
"module": "commonjs",
"moduleResolution": "node",
"noImplicitAny": false,
Expand Down

0 comments on commit 6b4d66e

Please sign in to comment.