We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b88ddf commit 3392ae3Copy full SHA for 3392ae3
2 files changed
bun.lockb
4.25 KB
package.json
@@ -10,7 +10,8 @@
10
"postinstall": "nuxt prepare",
11
"format": "prettier -w .",
12
"lint": "eslint .",
13
- "lint:fix": "eslint . --fix"
+ "lint:fix": "eslint . --fix",
14
+ "typecheck": "nuxt typecheck"
15
},
16
"dependencies": {
17
"@fontsource-variable/outfit": "^5.0.13",
@@ -35,6 +36,7 @@
35
36
"eslint-plugin-unicorn": "^55.0.0",
37
"prettier": "^3.3.3",
38
"sass-embedded": "^1.77.8",
- "typescript": "^5.5.4"
39
+ "typescript": "^5.5.4",
40
+ "vue-tsc": "^2.0.29"
41
}
42
0 commit comments