bolt.diy/migrate-problems/tsconfig.json
2025-03-21 13:34:58 -07:00

12 lines
241 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"types": ["bun-types"],
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true,
"noImplicitAny": false
}
}