f539710b86
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
12 lines
224 B
JSON
12 lines
224 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"types": ["bun"]
|
|
},
|
|
"include": ["src/**/*.ts", "scripts/**/*.ts"]
|
|
}
|