8ba7232cb4
Bump tsgo from 20251207 to 20260316 (~3 months of nightly releases). The new version is stricter about type resolution — it no longer auto-resolves @types/* packages without explicit 'types' in tsconfig. Add 'types' field to sdk, plugin, kilo-telemetry, and app tsconfigs.
14 lines
335 B
JSON
14 lines
335 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig.json",
|
|
"extends": "@tsconfig/node22/tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"module": "preserve",
|
|
"declaration": true,
|
|
"moduleResolution": "bundler",
|
|
"lib": ["es2022", "dom", "dom.iterable"],
|
|
"types": ["node"]
|
|
},
|
|
"include": ["src"]
|
|
}
|