chore: switch to official tsgo preview package #2103

Merged
Sainan merged 4 commits from tsgo-preview into main 2025-05-24 01:48:51 -07:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 070298f0e3 - Show all commits

View File

@ -11,7 +11,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v4.0.2
with:
node-version: '>=20.6.0'
node-version: ">=20.6.0"
- run: npm ci
- run: cp config.json.example config.json
- run: npm run verify

View File

@ -7,7 +7,7 @@
"start": "node --enable-source-maps --import ./build/src/pathman.js build/src/index.js",
"dev": "ts-node-dev --openssl-legacy-provider -r tsconfig-paths/register src/index.ts ",
"build": "tsc --incremental --sourceMap && ncp static/webui build/static/webui",
"verify": "npx tsgo --noEmit",
"verify": "tsgo --noEmit",
"lint": "eslint --ext .ts .",
"lint:ci": "eslint --ext .ts --rule \"prettier/prettier: off\" .",
"lint:fix": "eslint --fix --ext .ts .",