Skip to content

Commit 6f27e17

Browse files
fix build
1 parent 4b959dd commit 6f27e17

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"lint-staged": "9.5.0",
5858
"prettier": "1.19.1",
5959
"strip-ansi": "6.0.0",
60-
"typescript": "3.8.3"
60+
"typescript": "^4.9.5"
6161
},
6262
"ava": {
6363
"serial": true

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"esModuleInterop": true,
1616
"experimentalDecorators": true,
1717
"resolveJsonModule": true,
18-
"downlevelIteration": true
18+
"downlevelIteration": true,
19+
"skipLibCheck": true
1920
}
2021
}

0 commit comments

Comments
 (0)