opencode-config/.opencode/telegram/tsconfig.json
2026-07-31 17:33:47 +00:00

16 lines
No EOL
388 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true,
"resolveJsonModule": true,
"noEmit": true,
"allowImportingTsExtensions": true,
"lib": ["ES2022", "DOM"],
"types": ["node"]
},
"include": ["src/**/*.ts", "cli.ts", "tests/**/*.ts"]
}