update tsconfig,

This commit is contained in:
louiscklaw
2025-04-22 01:07:34 +08:00
parent 7f3f02463f
commit f4f4a0eb7c
2 changed files with 2 additions and 1 deletions

View File

@@ -8,7 +8,7 @@
},
"scripts": {
"dev": "next dev",
"build": "rm -rf .next && next build",
"build": "next build",
"build:w": "pnpx nodemon --ext ts,tsx,json,mjs,js,jsx --delay 15 --exec \"pnpm run build\"",
"start": "next start",
"lint": "next lint --quiet",