We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b959dd commit 6f27e17Copy full SHA for 6f27e17
package.json
@@ -57,7 +57,7 @@
57
"lint-staged": "9.5.0",
58
"prettier": "1.19.1",
59
"strip-ansi": "6.0.0",
60
- "typescript": "3.8.3"
+ "typescript": "^4.9.5"
61
},
62
"ava": {
63
"serial": true
tsconfig.json
@@ -15,6 +15,7 @@
15
"esModuleInterop": true,
16
"experimentalDecorators": true,
17
"resolveJsonModule": true,
18
- "downlevelIteration": true
+ "downlevelIteration": true,
19
+ "skipLibCheck": true
20
}
21
0 commit comments