update sw to the new templates

This commit is contained in:
Hazelnoot 2025-10-07 00:35:38 -04:00
parent f6d5a2378a
commit ae16425230
6 changed files with 12 additions and 22 deletions

View file

@ -7,7 +7,7 @@
"typecheck-all": "pnpm run --no-bail typecheck:sw && pnpm run --no-bail typecheck:scripts",
"typecheck": "pnpm run typecheck:sw && pnpm run typecheck:scripts",
"typecheck:sw": "tsc -p tsconfig.sw.json --noEmit",
"typecheck:scripts": "tsc -p jsconfig.scripts.json --noEmit",
"typecheck:scripts": "tsc -p tsconfig.scripts.json --noEmit",
"eslint": "eslint --quiet --cache -c eslint.config.js",
"lint": "pnpm typecheck && pnpm eslint"
},