patchbay/tsconfig.json
matamune 0ba9b9f95c
All checks were successful
check / check (push) Successful in 14s
Initial git webhooks service
2026-05-12 21:06:22 +00:00

12 lines
253 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"noEmit": true,
"types": ["bun-types"],
"skipLibCheck": true
},
"include": ["src/**/*.ts", "test/**/*.ts"]
}