colabbd/tsconfig.json

12 lines
228 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"types": ["bun"],
"strict": true,
"skipLibCheck": true,
"noEmit": true
},
"include": ["src/**/*"]
}