Skip to content

Commit ec81062

Browse files
committed
upgrade typescript
1 parent e5d2154 commit ec81062

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"karma-jasmine": "^4.0.1",
3838
"karma-phantomjs-launcher": "^1.0.4",
3939
"lodash": "^4.17.21",
40-
"typescript": "^3.6.3",
40+
"typescript": "^5.3.2",
4141
"uglifyjs": "^2.4.10"
4242
},
4343
"license": "Unlicense",

tsconfig.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
"typeRoots": [
1515
"./"
1616
],
17-
"types": [
18-
"node"
19-
],
17+
"types": [],
2018
"forceConsistentCasingInFileNames": true
2119
},
2220
"files": [

0 commit comments

Comments
 (0)