tooling for browser js

This commit is contained in:
2025-10-15 00:06:45 -05:00
parent b809e647e8
commit 893eb6f801
8 changed files with 46 additions and 15 deletions

View File

@@ -33,11 +33,12 @@
"@sindresorhus/tsconfig": "8.0.1",
"@types/express": "^5.0.3",
"@types/node": "^24.7.0",
"forking-build-shit": "1.0.4",
"forking-build-shit": "1.0.5",
"typescript": "5.9.3"
},
"scripts": {
"build": "npx build-shit",
"watch": "npx build-shit --watch"
"tsc": "tsc && tsc -p tsconfig.web.json",
"build": "build-shit",
"watch": "build-shit --watch"
}
}