Skip to content

Commit e185c15

Browse files
bobbyjohnstxclaude
andcommitted
chore: switch typecheck from tsgo to tsc, clean up untracked files
- tsgo (experimental @typescript/native-preview) reports 299 false positives; standard tsc passes clean. Switch back until tsgo stabilizes. - Removed untracked src/web/ directory - Added session-ses_*.md to .gitignore Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f6ee3b2 commit e185c15

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

‎.gitignore‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ tsconfig.tsbuildinfo
3434
plans/
3535
.claude/
3636
.npmrc
37+
session-ses_*.md

‎packages/tinycode/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"private": true,
88
"scripts": {
9-
"typecheck": "tsgo --noEmit",
9+
"typecheck": "tsc --noEmit",
1010
"test": "bun test --timeout 30000",
1111
"test:ci": "mkdir -p .artifacts/unit && bun test --timeout 30000 --reporter=junit --reporter-outfile=.artifacts/unit/junit.xml",
1212
"test:httpapi": "bun run script/httpapi-exercise.ts --mode coverage --fail-on-missing --fail-on-skip && bun run script/httpapi-exercise.ts --mode auth --fail-on-missing --fail-on-skip && bun run script/httpapi-exercise.ts --mode effect --fail-on-missing --fail-on-skip",

0 commit comments

Comments
 (0)