patch.moi/apps/patch/tsconfig.json
2026-05-16 00:33:10 +00:00

12 lines
247 B
JSON

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