chore: setup typecheck scripts for each package
Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
This commit is contained in:
@@ -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/api"
|
||||
"build": "bun build ./src/index.ts --target=bun --outdir=../../dist/api",
|
||||
"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"
|
||||
|
||||
Reference in New Issue
Block a user