Files
AI-Account-Toolkit/cloudflare_temp_email/frontend/tsconfig.json

14 lines
212 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"skipLibCheck": true,
"lib": [
"ESNext"
],
"types": []
},
}