Skip to content

Commit

Permalink
🔧 build: update typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
imlinhanchao committed Feb 24, 2024
1 parent 6f48224 commit c66bcb1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
18 changes: 9 additions & 9 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 @@ -548,7 +548,7 @@
"@types/node-fetch": "^2.5.12",
"@types/turndown": "^5.0.0",
"tslint": "^5.8.0",
"typescript": "^3.9.7",
"typescript": "4.1",
"vscode": "^1.1.25"
},
"dependencies": {
Expand Down
3 changes: 3 additions & 0 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
],
"triple-equals": true
},
"exclude": [
"node_modules/**/*.ts"
],
"defaultSeverity": "warning"
}

0 comments on commit c66bcb1

Please sign in to comment.