Add types:[node] to base config (tsgo drops @types auto-include)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Christopher Monsanto
2026-08-12 17:48:42 -04:00
parent ff3ceca064
commit 94229b4c85

View File

@@ -3,6 +3,8 @@
"incremental": true,
"target": "esnext",
"lib": ["es2025"],
// tsgo doesn't auto-include node_modules/@types
"types": ["node"],
"module": "nodenext",
"strict": true,
"isolatedModules": true,