Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #90 from phovea/typescript_3.8
Browse files Browse the repository at this point in the history
Update to Typescript 3.8
  • Loading branch information
Anita Steiner authored Mar 5, 2020
2 parents 613bc62 + 8f4b9c1 commit a743a45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,16 @@
"raw-loader": "0.5.1",
"sass-loader": "6.0.7",
"style-loader": "0.16.1",
"tslib": "1.9.0",
"tslib": "~1.11.0",
"tslint": "5.9.1",
"typedoc": "0.11.1",
"typescript": "2.8.1",
"typedoc": "~0.16.9",
"typescript": "~3.8.2",
"url-loader": "0.5.8",
"webpack": "2.3.3",
"webpack-dev-server": "2.4.2",
"cache-loader": "1.2.0",
"ifdef-loader": "2.0.0",
"fork-ts-checker-webpack-plugin": "0.4.1",
"fork-ts-checker-webpack-plugin": "0.4.4",
"thread-loader": "1.1.2",
"ts-loader": "4.0.1"
}
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"moduleResolution": "node",
"jsx": "react",
"experimentalDecorators": true,
"downlevelIteration": true, // required as long as target is `es5`
"lib": [
"dom",
"es2015",
Expand Down

0 comments on commit a743a45

Please sign in to comment.