We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5d2154 commit ec81062Copy full SHA for ec81062
package.json
@@ -37,7 +37,7 @@
37
"karma-jasmine": "^4.0.1",
38
"karma-phantomjs-launcher": "^1.0.4",
39
"lodash": "^4.17.21",
40
- "typescript": "^3.6.3",
+ "typescript": "^5.3.2",
41
"uglifyjs": "^2.4.10"
42
},
43
"license": "Unlicense",
tsconfig.json
@@ -14,9 +14,7 @@
14
"typeRoots": [
15
"./"
16
],
17
- "types": [
18
- "node"
19
- ],
+ "types": [],
20
"forceConsistentCasingInFileNames": true
21
22
"files": [
0 commit comments