Skip to content

Commit

Permalink
build(ts): fix lint and pin ts version (#1577)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs authored Jun 6, 2019
1 parent 4b130c2 commit 26ca753
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"sinon-chai": "^3.2.0",
"source-map-support": "^0.5.6",
"tslint": "~5.16.0",
"typescript": "^3.3.1"
"typescript": "~3.4.1"
},
"prettier": {
"singleQuote": true
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.lint.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"extends": "tsconfig.settings.json",
"extends": "./tsconfig.settings.json",
// This file is a workaround for: https://github.com/palantir/tslint/issues/4137
"include": [
"packages/*/src",
"packages/*/test"
]
}
}

0 comments on commit 26ca753

Please sign in to comment.