aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 8c1e225..7a7adfa 100644
--- a/package.json
+++ b/package.json
@@ -11,6 +11,7 @@
],
"scripts": {
"format": "prettier --write .",
+ "typecheck": "tsc --noEmit",
"dev": "astro dev",
"start": "astro dev",
"check": "astro check",
@@ -30,6 +31,7 @@
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"sass": "^1.89.1",
+ "schema-dts": "^1.1.5",
"typescript": "^5"
},
"devDependencies": {