chore: setup typecheck scripts for each package

Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
This commit is contained in:
2026-04-28 19:37:18 -04:00
parent 79bb249603
commit bf393eacae
7 changed files with 108 additions and 18 deletions

View File

@@ -7,10 +7,12 @@
"scripts": {
"start": "bun ./src/index.ts",
"dev": "bun --watch ./src/index.ts",
"build": "bun build ./src/index.ts --target=bun --outdir=../../dist/mcp"
"build": "bun build ./src/index.ts --target=bun --outdir=../../dist/mcp",
"type:check": "bun tsgo"
},
"dependencies": {
"@marketplace-scrapers/core": "workspace:*"
"@marketplace-scrapers/core": "workspace:*",
"@typescript/native-preview": "^7.0.0-dev.20260428.1"
},
"devDependencies": {
"@types/bun": "latest"