claude: use tsx instead of experimental-strip-types

This commit is contained in:
2026-03-20 13:18:02 +01:00
parent d88322fe46
commit 80b66be4fc
3 changed files with 550 additions and 8 deletions

View File

@@ -7,7 +7,7 @@
"type": "module",
"main": "src/index.ts",
"scripts": {
"start": "node --experimental-strip-types src/index.ts",
"start": "tsx src/index.ts",
"typecheck": "tsc --noEmit",
"test": "echo \"Error: no test specified\" && exit 1"
},
@@ -19,6 +19,7 @@
},
"devDependencies": {
"@types/node": "^25.5.0",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}
}