Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 62b99fb

Browse files
committed
chore: typescript compilation flags
1 parent 2d04548 commit 62b99fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"description": "Offical blog plugin for VuePress",
55
"scripts": {
66
"lint": "xo",
7-
"dev": "tsc --watch",
7+
"dev": "tsc -skipLibCheck --watch",
88
"cpc": "cp -r src/client lib",
9-
"build": "tsc && npm run cpc",
9+
"build": "tsc -skipLibCheck && npm run cpc",
1010
"dev:docs": "vuepress dev docs --temp docs/.temp",
1111
"build:docs": "vuepress build docs --temp docs/.temp",
1212
"example": "node examples/launch.js",

0 commit comments

Comments
 (0)