Skip to content

Commit

Permalink
upgrade typescript, and add allowJS to tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
that1matt committed Oct 22, 2018
1 parent cb705f7 commit fff4c01
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 16 deletions.
36 changes: 22 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 117,7 @@
"stylelint": "^9.6.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^1.0.0",
"typescript": "^2.3.0",
"typescript": "^3.1.3",
"webpack": "^4.21.0",
"webpack-dev-middleware": "^3.4.0",
"webpack-hot-middleware": "^2.18.0"
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 1,6 @@
{
"compilerOptions": {
"allowJs": true,
"target": "es5",
"moduleResolution": "node",
"jsx": "react",
Expand All @@ -19,4 20,4 @@
"docs/node_modules",
"lib"
]
}
}

0 comments on commit fff4c01

Please sign in to comment.