Skip to content

Commit 3392ae3

Browse files
committed
add vue-tsc typecheck
1 parent 3b88ddf commit 3392ae3

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

bun.lockb

4.25 KB
Binary file not shown.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"postinstall": "nuxt prepare",
1111
"format": "prettier -w .",
1212
"lint": "eslint .",
13-
"lint:fix": "eslint . --fix"
13+
"lint:fix": "eslint . --fix",
14+
"typecheck": "nuxt typecheck"
1415
},
1516
"dependencies": {
1617
"@fontsource-variable/outfit": "^5.0.13",
@@ -35,6 +36,7 @@
3536
"eslint-plugin-unicorn": "^55.0.0",
3637
"prettier": "^3.3.3",
3738
"sass-embedded": "^1.77.8",
38-
"typescript": "^5.5.4"
39+
"typescript": "^5.5.4",
40+
"vue-tsc": "^2.0.29"
3941
}
4042
}

0 commit comments

Comments
 (0)