package.json 367 B

12345678910111213141516
  1. {
  2. "name": "miniprogram-ts-quickstart",
  3. "version": "1.0.0",
  4. "description": "",
  5. "scripts": {
  6. "typecheck": "tsc --noEmit -p tsconfig.json",
  7. "typecheck:watch": "tsc --noEmit -p tsconfig.json --watch"
  8. },
  9. "keywords": [],
  10. "author": "",
  11. "license": "",
  12. "devDependencies": {
  13. "miniprogram-api-typings": "^2.8.3-1",
  14. "typescript": "^5.9.3"
  15. }
  16. }