patchbay/tsconfig.json

13 lines
253 B
JSON
Raw Permalink Normal View History

2026-05-12 21:06:22 +00:00
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"noEmit": true,
"types": ["bun-types"],
"skipLibCheck": true
},
"include": ["src/**/*.ts", "test/**/*.ts"]
}