summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index d66233e..308e456 100644
--- a/package.json
+++ b/package.json
@@ -3,6 +3,9 @@
"module": "index.ts",
"type": "module",
"private": true,
+ "scripts": {
+ "typecheck": "tsc -p tsconfig.json --noEmit"
+ },
"devDependencies": {
"@types/bun": "latest"
},