Skip to content

Commit

Permalink
upgrade typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
peterolson committed Nov 21, 2023
1 parent e5d2154 commit ec81062
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"karma-jasmine": "^4.0.1",
"karma-phantomjs-launcher": "^1.0.4",
"lodash": "^4.17.21",
"typescript": "^3.6.3",
"typescript": "^5.3.2",
"uglifyjs": "^2.4.10"
},
"license": "Unlicense",
Expand Down
4 changes: 1 addition & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
"typeRoots": [
"./"
],
"types": [
"node"
],
"types": [],
"forceConsistentCasingInFileNames": true
},
"files": [
Expand Down

0 comments on commit ec81062

Please sign in to comment.