improve typecheck setup

This commit is contained in:
itsMapleLeaf
2023-03-12 19:44:59 -05:00
parent 33841a0c84
commit 7ac1a9cdce
9 changed files with 19 additions and 43 deletions

View File

@@ -9,8 +9,7 @@
"dev:typedoc": "typedoc --watch",
"dev:astro": "astro dev",
"start": "astro preview",
"build": "typedoc && astro build",
"typecheck": "tsc --noEmit && tsc --project cypress/tsconfig.json --noEmit"
"build": "typedoc && astro build"
},
"dependencies": {
"@astrojs/prefetch": "^0.2.0",