socialmedia/tsconfig.json
2026-03-03 13:45:56 +05:30

14 lines
286 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"skipLibCheck": true,
"lib": ["ESNext", "DOM"],
"types": ["@cloudflare/workers-types"],
"jsx": "react-jsx",
"esModuleInterop": true
}
}