Files
opencode-plugin-ralph-loop/tsconfig.json
Dmytro Stanchiev 07e1c0dd5e 1
Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
2026-04-19 17:50:34 -04:00

17 lines
358 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"lib": ["ES2022"],
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"skipLibCheck": true,
"declaration": true,
"emitDeclarationOnly": true,
"outDir": "dist",
"types": ["bun-types"],
"noUncheckedIndexedAccess": true
},
"include": ["src/**/*.ts"]
}