Files
Kilo-Org_kilocode/packages/plugin/tsconfig.json
T
Alex Alecu 8ba7232cb4 chore: update @typescript/native-preview to 7.0.0-dev.20260316.1
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.
2026-03-16 15:59:05 +02:00

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"]
}